Re: Can we configure analyzers to not exclude specific characters

2015-01-28 Thread Michael Sokolov
It's a bit of a hack, but we do this: pattern="([A-Za-z])\+\+" replacement="$1plusplus" /> pattern="([A-Za-z])\#" replacement="$1sharp" /> On 1/28/2015 2:00 AM, Shivashankar Maddanimath wrote: Hi, I am using Lucene standard and uax29urlemailtokenizer. These analysers are exc

issue with IndexUpgrader

2015-01-28 Thread Ken
Hi, I'm trying to run the 3.6.2 and 4.7.2 IndexUpgrader operations on a set of prior version Lucene indexes and I'm running into trouble with some corner case indexes. Some (unknown set) of these indexes are just placeholders, they have been created but no documents have been added to them ye

Re: inconsistency in multifield sort while using an Integer field in Lucene 3.0.3

2015-01-28 Thread Erick Erickson
Please review: http://wiki.apache.org/solr/UsingMailingLists You have provided no information at all about what you're seeing, what you expect, the data you're sorting on etc. In short, nobody can help you without some information. Best, Erick On Wed, Jan 28, 2015 at 6:55 AM, manoj raj wrote

inconsistency in multifield sort while using an Integer field in Lucene 3.0.3

2015-01-28 Thread manoj raj
Hi, I am working with Lucene 3.0.3 I find there is an inconsistency while using Integer fields in multifield sorting. Please Clarify. With Regards, Manoj R.