Re: Simple Wildcard Search Question

2009-12-18 Thread Erick Erickson
earch for that very same > query-string. > e.G. > Index-Value: "Herrn AndererName09 Vorname09" split into > "herrn|ander|name|09|nochmal|name|09 >anderernam" > > Query-Value: "AndererName09" split into: > "ander|name|09 > a

Re: Simple Wildcard Search Question

2009-12-18 Thread QBasti
9 andernam" but no results?! -- View this message in context: http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26842359.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Simple Wildcard Search Question

2009-12-17 Thread Erick Erickson
uot;/> > > protected="protwords.txt"/> > > > > > ignoreCase="true" expand="true"/> > words="stopwords.txt"/> >generateNumberParts="1" catenateWords="0" catenateNumbers="0" > catenateAll="0" splitOnCaseChange="1"/> > > protected="protwords.txt"/> > > > > > -- > View this message in context: > http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26834096.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Simple Wildcard Search Question

2009-12-17 Thread QBasti
t be possible, if it finds a match? here's the config (with WordDelimiterFactory still on:) hope it's not to long -- View this message in context: htt

Re: Simple Wildcard Search Question

2009-12-14 Thread Erick Erickson
cant I use the wildcard expression? > -- > View this message in context: > http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26776651.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Simple Wildcard Search Question

2009-12-14 Thread QBasti
text: http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26776651.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Simple Wildcard Search Question

2009-12-12 Thread QBasti
it says, the query "name0*" gets analyzed into "name" and "0" without the *. Is that the problem, that with my query "name0*" he is really searching for "name0" which, doesn't exist? -- View this message in context: http://old.nabble.com/Sim

Re: Simple Wildcard Search Question

2009-12-11 Thread Erick Erickson
hile indexing: > W > -- > View this message in context: > http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26748588.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Simple Wildcard Search Question

2009-12-11 Thread QBasti
Hey, well, the field is stored as well as indexed, and these are the filters that are used while indexing: W -- View this message in context: http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26748588.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Simple Wildcard Search Question

2009-12-11 Thread Erick Erickson
x27;m getting the right result. > But since, i think, SOLR stores the string also under "name01", why don't a > get any result when searching for "name0*" oder "name0?" > > thanks for any help > QBasti > -- > View this message in context: > http://old.nabble.com/Simple-Wildcard-Search-Question-tp26747482p26747482.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

RE: Simple Wildcard Search Question

2009-12-11 Thread Ankit Bhatnagar
quot;name" or "01" oder "name01", i'm getting the right result. But since, i think, SOLR stores the string also under "name01", why don't a get any result when searching for "name0*" oder "name0?" thanks for any help QBasti -- View this

Simple Wildcard Search Question

2009-12-11 Thread QBasti
r "01" oder "name01", i'm getting the right result. But since, i think, SOLR stores the string also under "name01", why don't a get any result when searching for "name0*" oder "name0?" thanks for any help QBasti -- View this message