RE: lucene Input and Output format

2017-08-02 Thread Ranganath B N
Hi, It's not about the file formats. Rather It is about LuceneInputFormat and LuceneOutputFormat interfaces which deals with getsplit(), getRecordReader() and getRecordWriter() methods. Are there any Implementations for these interfaces? Thanks, Ranganath B. N. -Original Me

lucene Input and Output format

2017-07-31 Thread Ranganath B N
Hi All, Can you point me to some of the implementations of lucene Input and Output format? I wanted to know them to understand the distributed implementation approach. Thanks, Ranganath B. N.

RE: SpanMultiTermQueryWrapper issue in lucene 6.6.0

2017-07-06 Thread Ranganath B N
call SpanNearQuery.rewrite(), and then call createWeight() on the resulting query. Alan Woodward www.flax.co.uk > On 6 Jul 2017, at 11:54, Ranganath B N wrote: > > Hi Adrien, > > This SpanQuery spt2 will be a component of the SpanQueryarray > input to the

RE: SpanMultiTermQueryWrapper issue in lucene 6.6.0

2017-07-06 Thread Ranganath B N
write first!" is thrown Thanks, Ranganath B. N. -Original Message- From: Adrien Grand [mailto:jpou...@gmail.com] Sent: Thursday, July 06, 2017 4:09 PM To: java-user@lucene.apache.org Cc: Vadiraj Muradi Subject: Re: SpanMultiTermQueryWrapper issue in lucene 6.6.0 What is the conte

SpanMultiTermQueryWrapper issue in lucene 6.6.0

2017-07-06 Thread Ranganath B N
eption: Rewrite first! Can anyone suggest what is the problem with this? Thanks, Ranganath B. N.

Ways to store and search tens of billions of text document content in one lucene index

2017-06-22 Thread Ranganath B N
ask "Ways to store and search tens of billions of text document content in one lucene index"? so that I can accomplish this in optimal time. Sincerely, Ranganath B. N.

RE: Get matching fields from a BooleanQuery

2017-06-22 Thread Ranganath B N
ds from an Explanation Object? Regards, Ranganath B. N. -Original Message- From: Adrien Grand [mailto:jpou...@gmail.com] Sent: Thursday, June 22, 2017 12:55 PM To: java-user@lucene.apache.org Subject: Re: Get matching fields from a BooleanQuery Hi Frederik, Using explain should be fine fo

RE: Correction: SpanNearQuery Class issue through spans object (Not through Searcher.search() method)

2017-06-21 Thread Ranganath B N
positions of Matches also (for this, I am using SpanWeight.Postings.POSITIONS argument in the getspans method) Thanks, Ranganath B. N. -Original Message- From: Allison, Timothy B. [mailto:talli...@mitre.org] Sent: Tuesday, June 20, 2017 5:35 PM To: java-user@lucene.apache.org Subject

Correction: SpanNearQuery Class issue through spans object (Not through Searcher.search() method)

2017-06-20 Thread Ranganath B N
SpanNearQuery Class? I am using Apache lucene 6.5.0 version. Please let me know about this since I am using this for a critical project? Thanks, Ranganath B. N.

SpanNearQuery Class issue

2017-06-19 Thread Ranganath B N
? Thanks, Ranganath B. N.

SpanNearQuery Class issue

2017-06-16 Thread Ranganath B N
? Thanks, Ranganath B. N.