Hi,
I am not sure if I have to index using Field.Text or Field.Keyword. I know that
:
Keyword-Isn't analyzed, but is indexed and stored in the index verbatim.
This type is suitable for fields whose original value should be preserved in
its entirety, such as URLs, file system paths, dates, person
Hi, I have a problem when I am trying to search a simple query without sorting
into an index with 210.000 documents.
Executing the query several times I am getting the OutOfMemory error.
I am creating an IndexSearcher(pathDir) every search.
I don“t know if it will be necessary to create only one