Re: org.apache.lucene.search.TopScoreDocCollector throws NullPointerException

2013-11-02 Thread Thomas Fuchs
Hi, I couldn't reproduce the problem in the following test case, so let's drop this. Regards - Thomas -- import org.apache.lucene.analysis.*; import org.apache.lucene.analysis.standard.*; import org.apache.lucene.document.*; import org.apache.lucene.index.*; import org.apache.lucene.queryparse

Re: splitting docIds from a search by segment [SEC=UNOFFICIAL]

2013-11-02 Thread Kyle Judson
Hi Steve, I'd appreciate knowing your results since I have a similar problem. Thanks Kyle On 10/30/13 8:44 PM, "Stephen GRAY" wrote: >UNOFFICIAL > >Hi Mike, > >Thanks for the helpful response. I'll try them both and see if any >performance imrpovement I get from the mre complicated method is

Re: splitting docIds from a search by segment [SEC=UNOFFICIAL]

2013-11-02 Thread Kyle Judson
All, Is the best way to get the docIDs in a case like this to use IndexSercher.search to get TopDocs and then get the ScoreDoc[] from TopDocs.scoreDocs? Thanks Kyle On 10/30/13 4:56 AM, "Michael McCandless" wrote: >You should try MultiDocValues first; it's trivial to use and may not >be horr