RE: Getting term ords during collect

2014-02-13 Thread Kyle Judson
ould be fast. But note that you cannot search on the field if you > do that; if you also need to search then you should still index the > TextField as well. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, Feb 11, 2014 at 10:38 PM, Kyle Judson wr

RE: Getting term ords during collect

2014-02-11 Thread Kyle Judson
t why are you seeing it take too long to load? You can switch to > different DV formats to tradeoff RAM usage and lookup speed.. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, Feb 11, 2014 at 6:57 PM, Kyle Judson wrote: > > Hi All, > &g

Getting term ords during collect

2014-02-11 Thread Kyle Judson
Hi All, What are the ways I can get the ords for the terms of a particular field in the collect method of a Collector? I'm currently using a SortedSetDocValues that I obtained before the query but it's taking longer to load than I would like. Thanks Kyle

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

RE: Payloads disabled in 4.5?

2013-10-15 Thread Kyle Judson
f those two? > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, Oct 15, 2013 at 8:13 AM, Kyle Judson wrote: > > > > > > > > > > > > > > > > > > Hi All, > > > > > > I'm trying to

Payloads disabled in 4.5?

2013-10-15 Thread Kyle Judson
Hi All, I'm trying to create an index with payloads using Lucene 4.5 but the payloads don't seem to be getting into the index. I looked into the code and it looks like storePayloads argument to addOrUpdateInternal when called from addOrUpdate in FieldInfos is set to false. Is this m