Nope. But the LucidWorks Search product query parser does support SpanNot if you use their BEFORE, AFTER, and NEAR span operators.

See:
http://docs.lucidworks.com/display/lweug/Proximity+Operations

For example: "George BEFORE:2 Bush NOT H" to match George <anything> Bush, but not George H. W. Bush.

What is your specific use case?

-- 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 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 ??

Reply via email to