Lucene - Get docId or document by using the DocValue

2014-02-19 Thread manalgandhi
Hi, Say the docValue of a particular field is known. Is it possible to get the list of docId that match the DocValue from the index? I'm using Lucene 4.6.0. Regards, Manal -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-Get-docId-or-document-by-using-the-DocValue-t

Lucene - Get docId or document by using the DocValue

2014-02-19 Thread manalgandhi
Hi, Say the DocValue of a particular field is known. Is it possible to get the list of docId that match the DocValue of a field? I'm using Lucene 4.6.0 Thanks, Manal Gandhi -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-Get-docId-or-document-by-using-the-DocValue

RE: Lucene - Get docId or document by using the DocValue

2014-02-19 Thread manalgandhi
Iterating through the documents would be a time consuming task. Thank you for the reply! Regards, Manal -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-Get-docId-or-document-by-using-the-DocValue-tp4118248p4118494.html Sent from the Lucene - Java Users mailing list

Re: Lucene - Get docId or document by using the DocValue

2014-02-19 Thread manalgandhi
I'll look into Faceted search. Thanks! Regards, Manal -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-Get-docId-or-document-by-using-the-DocValue-tp4118248p4118495.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --