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
czinski wrote:
> >> Hi,
> >>
> >> we use in our application EmbeddedSolrServer.
> >
> > Great!
> >
> >> Everything went fine.
> >
> > Excellent!
> >
> >> Now I want use wildcards queries.
> >
> > Cool!
> >
&g
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
:
> 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
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
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