Thank you for your advice as i researched many people suggest me same things
like making better complex queries to get more spesific results .
but i didnt excatly get what is more spesifc queries . More indexed fields
and put many different kind of boolean queries in it mostly i am using
fuzzy
o: java-user@lucene.apache.org
> Subject: Improve Search Speed
>
> Hey i am new in Lucene and i want to search indexes in *100 *ms;
> FileSize is* 2gb* and indexes are seperated via some type( 6 files ) and
> there are *20m records* in file
> i set searcher and reader in th
Hey i am new in Lucene and i want to search indexes in *100 *ms;
FileSize is* 2gb* and indexes are seperated via some type( 6 files ) and
there are *20m records* in file
i set searcher and reader in the constructor
and i have boolean query which include fuzzy query and wildcard query.
ev
I am using Lucene 3.6 and i am trying to implement FieldCache. I have seen
some posts but did not get any clear idea. Can anyone please suggest me any
link where i can find proper example of FieldCache and how to use it while
searching.