Re: Span Not Queries

2013-10-15 Thread Ankit Kumar
- Jack Krupansky > > -Original Message- From: Ankit Kumar > Sent: Tuesday, October 15, 2013 3:58 AM > To: solr-user@lucene.apache.org > Subject: Span Not Queries > > > I need to add Span Not queries in solr . Ther's a parser Surround Query > Parser i went

Span Not Queries

2013-10-15 Thread Ankit Kumar
I need to add Span Not queries in solr . Ther's a parser Surround Query Parser i went through this ( http://lucene.472066.n3.nabble.com/Surround-query-parser-not-working-td4075066.html) to discover that surround query parser does not analyze text Does DisMaxQueryParser supports SpanNot Queries ??

SpanNot Queries in Lucene 4.4

2013-10-14 Thread Ankit Kumar
Does ComplexPhraseQueryParser of lucene supports SpanNot queries implicitly or we need to change the QueryPraser.jj file to identify the SpanNot queries ??

Adding FuctionalitiesIN SOLR

2013-10-08 Thread Ankit Kumar
*1. Span NOT Operator* We have a business use case to use SPAN NOT queries in SOLR. Query Parser of LUCENE currently doesn't support/parse SPAN NOT queries. 2.Adding Recursive and Range Proximity *Recursive Proximity *is a proximity query within a proximity query Ex: “ “income tax”

Adding Custom Score

2013-10-03 Thread Ankit Kumar
In Lucene i need to add custom score using function query classes . How to do it?