RE: question about StandardAnalyzer, differences between solr 1.4 and solr 3.3

2011-09-12 Thread Jaeger, Jay - DOT
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: ?

RE: question about StandardAnalyzer, differences between solr 1.4 and solr 3.3

2011-09-09 Thread Marc Des Garets
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

RE: question about StandardAnalyzer, differences between solr 1.4 and solr 3.3

2011-09-09 Thread Steven A Rowe
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

question about StandardAnalyzer, differences between solr 1.4 and solr 3.3

2011-09-09 Thread Marc Des Garets
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