Re: Search query with wildcard and spaces

2007-07-31 Thread Erick Erickson
You're going to have to delve into the details of what the various analyzers do. And perhaps write your own. The syntax "something and"*, with the asterisk outside the quotes isn't supported syntax as far as I know. Adding quotes changes the syntax, so "some word*" is a phrase query, which probab

RE: Search query with wildcard and spaces

2007-07-31 Thread jean-eric . cuendet
> is this just one single example of different words that should > return the same results? You might consider implementing a synonym > analyzer otherwise. No, the query should match all of them. The query: NAME:De Agos* AND FIRST:Maria should return 2 documents: NAME: De agostino FIRST: M

RE: Search query with wildcard and spaces

2007-07-31 Thread Ard Schrijvers
Hello, is this just one single example of different words that should return the same results? You might consider implementing a synonym analyzer otherwise. In your case, storing NAME as UN_TOKENIZED should enable your NAME:"De Agos"* search Regards Ard > > Hi, > I would like to make a searc

Search query with wildcard and spaces

2007-07-31 Thread jean-eric . cuendet
Hi, I would like to make a search query that should match the following documents: NAME: De agostino FIRST: Maria NAME: De agostato FIRST: Maria How to design the query? The following: NAME:De Agos* AND FIRST:Maria Doesn't work since there is a space in the name. And: NAME:"De