Re: Solr failing on "y" charakter in string?

2009-08-03 Thread Avlesh Singh
son - > > at > > > index time you probably lower-case tokens with > LowerCaseFilter(Factory), > > > and if you search for Harr*, the lower-casing won't happen because the > > > query string with the wildcard character isn't analyzed. >

Re: Solr failing on "y" charakter in string?

2009-08-03 Thread Bill Au
wildcard character isn't analyzed. > > > > Otis > > -- > > Sematext is hiring -- http://sematext.com/about/jobs.html?mls > > Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR > > > > > > > > - Original Message > >>

RE: Solr failing on "y" charakter in string?

2009-08-03 Thread Ensdorf Ken
> Ok still not working with new field "text_two": > "text:"Har*" text_two:"Har*"" > ==> result 0 > > Schema Updates: > " > positionIncrementGap="100"> > > > > > > > > > > > > multiValued="true"/> > > > " I'm pretty s

Re: Solr failing on "y" charakter in string?

2009-08-03 Thread gateway0
kunde:Harr* for example (not the >> > upper-case Harr). I bet it won't result in a hit for the same reason - >> at >> > index time you probably lower-case tokens with >> LowerCaseFilter(Factory), >> > and if you search for Harr*, the lower-casing won't happen

Re: Solr failing on "y" charakter in string?

2009-08-03 Thread gateway0
Ok still not working with new field "text_two": "text:"Har*" text_two:"Har*"" ==> result 0 Schema Updates: " " This is what you suggested, right? kind regards, S. gateway0 wrote: > > Hi, >

Re: Solr failing on "y" charakter in string?

2009-08-03 Thread Avlesh Singh
> and if you search for Harr*, the lower-casing won't happen because the > > query string with the wildcard character isn't analyzed. > > > > Otis > > -- > > Sematext is hiring -- http://sematext.com/about/jobs.html?mls > > Lucene, Solr, Nutch, Katta,

Re: Solr failing on "y" charakter in string?

2009-08-03 Thread gateway0
http://sematext.com/about/jobs.html?mls > Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR > > > > - Original Message >> From: gateway0 >> To: solr-user@lucene.apache.org >> Sent: Sunday, August 2, 2009 7:30:19 PM >> Subject: Solr failing o

Re: Solr failing on "y" charakter in string?

2009-08-02 Thread Otis Gospodnetic
: gateway0 > To: solr-user@lucene.apache.org > Sent: Sunday, August 2, 2009 7:30:19 PM > Subject: Solr failing on "y" charakter in string? > > > Hi, > > I have the following setting: > schema.xml: > "" > the "text" field-type w

Solr failing on "y" charakter in string?

2009-08-02 Thread gateway0
Hi, I have the following setting: schema.xml: "" the "text" field-type was updated with the "preserveOriginal=1" option in the schema I have the following string indexd in the field "kunde" "Harry Heim KG" Now when I search for "kunde:harry*" it gives me an empty result. When I search for "kun