On 8/22/07, Ard Schrijvers <[EMAIL PROTECTED]> wrote: > ...The node scope query will always be performed with the default Analyzer. > As one > single lucene Document contains a full indexed Field of all properties (all > analyzed with > the default analyzer), and a indexed Field for each seperate property > (possibly with > some custom analyzer), this should not be a real problem. ...
Ah ok, got it now, I had forgotten that you intend to keep the "all properties" field. In this case, people can play with the configuration of the default Analyzer to get consistent results, it's probably the best solution. > ...Think it takes some documentation that explains that in rare cases when > you use > specific property analyzers you may find a different result when searching in > a property > then when searching in the node scope.... Agreed, thanks for the clarifications! -Bertrand
