Thanks a lot ! The analyzer admin tool is indeed useful.
On 3/24/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 3/24/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
> On 3/24/07, Dimitar Ouzounov <[EMAIL PROTECTED]> wrote:
>
> > ...I must be doing something wrong, maybe in the schema. Does a
On 3/24/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
On 3/24/07, Dimitar Ouzounov <[EMAIL PROTECTED]> wrote:
> ...I must be doing something wrong, maybe in the schema. Does anyone
> have any suggestions?..
The best way to debug such problems is with the analyzer admin tool:
http://localho
On 3/24/07, Dimitar Ouzounov <[EMAIL PROTECTED]> wrote:
...I must be doing something wrong, maybe in the schema. Does anyone
have any suggestions?..
The best way to debug such problems is with the analyzer admin tool:
http://localhost:8983/solr/admin/analysis.jsp
You can try various combinati
Hi everybody,
I added the following fieldtype in schema.xml :
I want to index two types of strings, for example :
12345678
1234-5678
No matter which of the above strings is stored, I'd like to match it by
using either 12345678 or 1234-5678.
Ever