c.desgar...@192.com]
Sent: Friday, September 09, 2011 5:21 AM
To: solr-user@lucene.apache.org
Subject: question about StandardAnalyzer, differences between solr 1.4 and solr
3.3
Hi,
I have a simple field defined like this:
Which I use here:
In solr 1.4, I could do:
?
e.org
Subject: RE: question about StandardAnalyzer, differences between solr 1.4 and
solr 3.3
Hi Marc,
StandardAnalyzer includes StopFilter. See the Javadocs for Lucene 3.3 here:
<http://lucene.apache.org/java/3_3_0/api/all/org/apache/lucene/analysis/standard/StandardAnalyzer.html>
This
but
without the StopFilter:
Steve
> -Original Message-
> From: Marc Des Garets [mailto:marc.desgar...@192.com]
> Sent: Friday, September 09, 2011 6:21 AM
> To: solr-user@lucene.apache.org
> Subject: question about StandardAnalyzer, differences between
Hi,
I have a simple field defined like this:
Which I use here:
In solr 1.4, I could do:
?q=(middlename:a*)
And I was getting all documents where middlename = A or where middlename starts
by the letter A.
In solr 3.3, I get only results where middlename starts by the lette