- 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
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 ??
Does ComplexPhraseQueryParser of lucene supports SpanNot queries implicitly
or we need to change the QueryPraser.jj file to identify the SpanNot
queries ??
*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”
In Lucene i need to add custom score using function query classes . How to
do it?