[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sdx-users] wildcards in russian
From: |
Pierrick Brihaye |
Subject: |
Re: [sdx-users] wildcards in russian |
Date: |
Tue, 20 Jan 2004 08:10:04 +0100 |
Hi Ivan,
>------------
><sdx:query type="simple"
queryParserClass="fr.gouv.culture.sdx.search.lucene.queryparser.DefaultQuery
Parser" engine="lucene" luceneQuery="горо*"
>escapedLuceneQuery="%D0%B3%D0%BE%D1%80%D0%BE*" text="горо*"
escapedText="%D0%B3%D0%BE%D1%80%D0%BE*" op="or"/>
>------------
Wow ! The queryParserClass attribute indicates that you are using the very
latest CVS version ;-)
Well... SDX has understood the query as indicated by a non-empty luceneQuery
attribute.
So... are you sure you have some matches in your index ? Use Luke to see...
and don't forget to check into the field that is declared as default field
in your app since there is no explicit field mentionned in your query.
Cheers,
p.b.