RE: escaping characters

2014-08-12 Thread Chris Salem
Thanks! That worked. We recently upgraded from 2.9 to 4.9, was true the default in 2.9? -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Monday, August 11, 2014 5:54 PM To: java-user@lucene.apache.org Subject: Re: escaping characters You need to manually

Re: escaping characters

2014-08-12 Thread Jack Krupansky
The default changed to false in Lucene 3.1. Before that it was true. -- Jack Krupansky -Original Message- From: Chris Salem Sent: Tuesday, August 12, 2014 8:34 AM To: java-user@lucene.apache.org Subject: RE: escaping characters Thanks! That worked. We recently upgraded from 2.9

RE: escaping characters

2014-08-12 Thread Uwe Schindler
: u...@thetaphi.de -Original Message- From: Chris Salem [mailto:csa...@mainsequence.net] Sent: Tuesday, August 12, 2014 2:34 PM To: java-user@lucene.apache.org Subject: RE: escaping characters Thanks! That worked. We recently upgraded from 2.9 to 4.9, was true the default in 2.9

Re: escaping characters

2014-08-11 Thread Erick Erickson
Take a look at the adnim/analysis page for the field in question. The next bit of critical information is adding debug=query to the URL. The former will tell you what happens to the input stream at query and index time, the latter will tell you how the query got through the query parsing process.

RE: escaping characters

2014-08-11 Thread Chris Salem
(); -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Monday, August 11, 2014 12:27 PM To: java-user Subject: Re: escaping characters Take a look at the adnim/analysis page for the field in question. The next bit of critical information is adding debug=query

Re: escaping characters

2014-08-11 Thread Jack Krupansky
#setAutoGeneratePhraseQueries(boolean) -- Jack Krupansky -Original Message- From: Chris Salem Sent: Monday, August 11, 2014 1:03 PM To: java-user@lucene.apache.org Subject: RE: escaping characters I'm not using Solr. Here's my code: FSDirectory fsd = FSDirectory.open(new File(C