: How would I handle a search for 21" or 3'. The " and ' symbols appear to
: get stripped away by Lucene before passing the query off to the
: analyzers.
...
: We are also using the DisjunctionMaxQueryParser to build the actual
: query from the front end.
Nothing should be striping apo
query before passing it to Solr (I
*think* Solr won't do it for you).
Otis--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: Kevin Osborn <[EMAIL PROTECTED]>
> To: Solr
> Sent: Friday, September 19, 2008 7:18:15 PM
> S
How would I handle a search for 21" or 3'. The " and ' symbols appear to get
stripped away by Lucene before passing the query off to the analyzers.
Here is my analyzer in the schema.xml:
I could certainly replace X" with X inch using regex in my custom request
handler. B