Re: QueryParser

2014-03-23 Thread kalaik
Dear Team, Any Update ? On Fri, 21 Mar 2014 14:40:51 +0530 kalaik wrote Dear Team, we are using lucene in our product , it well searching for high speed and performance but Japaneese, chinese

Re: Question about Payloads in Lucene 4.5

2014-03-23 Thread Manuel Le Normand
Hello Rohit, We had a similar query time bottleneck when attempting to map lucene's internal id's to the uniqueKey, especially as we generally return only the uniqueKey to the user we had no other use of the stored field. As you noted, every internal id --> uniqueKey id requires a disk seek and as