Questions tagged [examine]

Examine is a .Net indexing and search engine powered by Lucene.Net

From the documentation:

Examine allows you to index and search data easily and wraps the Lucene.Net indexing/searching engine. Lucene is super fast and allows for very fast searching even on very large amounts of data. Examine is provider based so it is very extensible and allows you to configure as many indexes as you like and each may be configured individually. Out of the box Examine gives you abstract implementations of Lucene based indexers and searchers as well as a Fluent API that can be used to search for your data.

77 questions
-1
votes
1 answer

umbraco pdf searcher result ranking

We have used pdf searcher (nuget package) within one of our Umbraco applications. When I see the pdf search results it does not look 100% correct. The top 2 pdfs in the search result contain the search term, but the 3rd, 4th and remaining other pdfs…
Shraddha G
  • 31
  • 2
-1
votes
2 answers

Can I use variable in place of repeat count in Examine command GDB, x/10xw Address

In Examine command GDB, x/10xw Address. Can I use a variable in place of repeat count, i.e can I use a variable in place of 10, like x/($var)xw Address? This is how my .gdbinit looks like. I need to do some calculations and use the variable ( var3…
1 2 3 4 5
6