LuceneIndexSearcher class
From Catglobe Wiki
More actions
LuceneIndexSearcher
Find documents
Constructors
Methods
- array GetAll(LuceneColumn orderByColumn "Which column to order by", bool orderByDirection "False if ascending", int nrHits "How many results to try to get") - Get all documents
- array Search(string queryString "Query to search for. See https://lucene.apache.org/core/2_9_4/queryparsersyntax.html", int nrHits "How many results to try to get", bool addExplain "Add explaination. This is also limits nrHits to 10") - Find documents
- string ToString() - The string representation of the object.
Properties
- int Hits { get; } - Number of hits found. This may be different than the number of documents returned
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.