Errors during Indexing in SOLR 4.6

2015-04-14 Thread Gopal Agarwal
I think you should look into: https://issues.apache.org/jira/browse/LUCENE-5923 Any more details get in touch.

RE: Multiterm analysis in complexphrase query

2014-07-21 Thread Gopal Agarwal
That would be really useful. Can you upload the jar and its requirements? It also makes it pluggable with diff versions of solr. On Jul 1, 2014 9:01 PM, "Allison, Timothy B." wrote: > If there's enough interest, I might get back into the code and throw a > standalone src (and jar) of the SpanQ

Postings Format for Span queries on big index

2014-04-02 Thread Gopal Agarwal
Does lucene 4.6 use Lucene41PostingsFormat for Postings.nextdoc() while executing the span queries? When I am debugging the lucene 4.6 test cases for span queries, it is showing that for above nextdoc() call it is utilizing DirectPostingsFormat. My requirement is to run multiple span queries like

Re: Span Not Queries

2014-01-16 Thread Gopal Agarwal
Can some help me out with earlier query? In short: Can we change the QuerParser.jj file to identify the SpanNot query as boolean clause? Can we use ComplexPhraseQuery Parser to support SpanOR and SpanNOT queries? On Tue, Oct 15, 2013 at 11:27 PM, Ankit Kumar wrote: > *I have a business use ca

Re: How to use Solr in my project

2013-12-27 Thread Gopal Agarwal
Highlighting can be done as three step process: Pre-requisite: Get the pdf with text after the OCR of the image pdf. Step 1: For sending the extracted text content from text pdf to solr, use a low level pdf converter such as poppler-utils (pdftotext or pdftohtml) to correctly get the coordinates