Re: Wildcards queries

2010-07-07 Thread Erick Erickson
You need to look carefully at your schema.xml. There are plenty of comments in that file describing what's going on. That's where you set up your analyzers by chaining together various tokenizers and filters. I think you're confused about indexing and storing. Generally it's a bad practice to allo

Re: Wildcards queries

2010-07-06 Thread Erick Erickson
czinski wrote: > >> Hi, > >> > >> we use in our application EmbeddedSolrServer. > > > > Great! > > > >> Everything went fine. > > > > Excellent! > > > >> Now I want use wildcards queries. > > > > Cool! > > &g

Re: Wildcards queries

2010-07-06 Thread RL
using wildcards so you need to make sure that the search field isn't configured to be stemmed and you are not searching for an upper case term whereas your text was lowercased through analysis. hope that helps a little bit -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcar

Re: Wildcards queries

2010-07-06 Thread Robert Naczinski
: > On 7/6/10 8:53 AM, Robert Naczinski wrote: >> Hi, >> >> we use in our application EmbeddedSolrServer. > > Great! > >> Everything went fine. > > Excellent! > >> Now I want use wildcards queries. > > Cool! > >> >> It doe

Re: Wildcards queries

2010-07-06 Thread Mark Miller
On 7/6/10 8:53 AM, Robert Naczinski wrote: > Hi, > > we use in our application EmbeddedSolrServer. Great! > Everything went fine. Excellent! > Now I want use wildcards queries. Cool! > > It does not work. Bummer! > Must be adapted for the schema.xml? Not

Wildcards queries

2010-07-06 Thread Robert Naczinski
Hi, we use in our application EmbeddedSolrServer. Everything went fine. Now I want use wildcards queries. It does not work. Must be adapted for the schema.xml? Can someone help me? In wiki, I find nothing? Why do I need simple example or link. Regards, Robert