Re: Excluding characters from a wildcard query - More Info - Is this difficult, or am I being ignored because it's too obvious to merit an answer?

2009-07-01 Thread Ben
Ben wrote: The exception SOLR raises is : org.apache.lucene.queryParser.ParseException: Cannot parse 'vector:_*[^_]*_[^_]*_[^_]*': Encountered "]" at line 1, column 12. Was expecting one of: "TO" ... ... ... Ben wrote: Passing in a RegularExpression like "[^_]*_[^_]*" (e.g. match

Re: Excluding characters from a wildcard query - More Info

2009-06-30 Thread Ben
The exception SOLR raises is : org.apache.lucene.queryParser.ParseException: Cannot parse 'vector:_*[^_]*_[^_]*_[^_]*': Encountered "]" at line 1, column 12. Was expecting one of: "TO" ... ... ... Ben wrote: Passing in a RegularExpression like "[^_]*_[^_]*" (e.g. matching anyth