Re: Getting a proper ID value into every document

2015-06-05 Thread Chris Hostetter
: If you cannot do this for whatever reason, I vaguely remember someone : posting a link to a program they'd put together to do this for a : docValues field, you'd have to search the archives to find it. It was Toke - he generated DocValues for an existing index by writing an IndexReader Filter

Re: Exception when attempting to query using ToParentBlockJoinQuery in Lucene 5.1

2015-06-05 Thread Bauer, Herbert S. (Scott)
One correction, it looks like the parentBits call has 4823680 passed to it to generate the erroneous docId. On 6/5/15, 10:34 AM, "Bauer, Herbert S. (Scott)" wrote: >I should mention that this worked in 4.10.4 using a very similar code >base. -scott > >On 6/4/15, 4:51 PM, "Bauer, Herbert S. (Sco

Global ordinal based query time join documentation

2015-06-05 Thread Eduardo Manrique
Hi everyone, I’d like to try the new “Global ordinal based query time join”, but I couldn’t find any docs or examples. Do you guys have a link, or example on how to use it? Thanks, Eduardo Manrique - To unsubscribe, e-mail: java

Re: Exception when attempting to query using ToParentBlockJoinQuery in Lucene 5.1

2015-06-05 Thread Bauer, Herbert S. (Scott)
I should mention that this worked in 4.10.4 using a very similar code base. -scott On 6/4/15, 4:51 PM, "Bauer, Herbert S. (Scott)" wrote: >I¹m working with Lucene 5.1 to try to make use of the relational >structure of the block join index and query mechanisms. I¹m querying >with the following

Re: Getting a proper ID value into every document

2015-06-05 Thread Erick Erickson
My first recommendation, of course, would be to re-index the corpus with a new field. If possible, frankly, that would probably be less effort than trying to hack in an ID after the fact as well as not as error-prone. If you cannot do this for whatever reason, I vaguely remember someone posting a