Re: Benefit of schema

2007-06-23 Thread Michael Kimsal
I wasn't sure if I was perhaps missing some sort of optimization that may occur under the hood during querying. I sort of thought that what you just wrote may be the case. Thanks! On 6/23/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: On Jun 23, 2007, at 1:38 PM, Michael Kimsal wrote: > Is ther

How to do a fuzzy query

2007-06-23 Thread Jack L
Hello solr-user, I have some documents, each has a number of tags. I'd like to have a query to return "similar" documents which share largest number of tags with a given document. For example, if I have doc that has 4 tags, and I'd like to return docs that also have these 4 tags. And if this doesn

RE: Multi-language Tokenizers / Filters recommended?

2007-06-23 Thread Xuesong Luo
For chinese search, you may also consider org.apache.lucene.analysis.cn.ChineseTokenizer. ChineseTokenizer Description: Extract tokens from the Stream using Character.getType() Rule: A Chinese character as a single token Copyright: Copyright (c) 2001 Company: The difference between thr ChineseToke

Re: Benefit of schema

2007-06-23 Thread Erik Hatcher
On Jun 23, 2007, at 1:38 PM, Michael Kimsal wrote: Is there any benefit to using a fixed schema as opposed to the 'wildcard' approach demonstrated in the sample schema.xml file? It's nice to have known straightforward field names for querying, like: title:"web development" AND autho

Benefit of schema

2007-06-23 Thread Michael Kimsal
Is there any benefit to using a fixed schema as opposed to the 'wildcard' approach demonstrated in the sample schema.xml file? -- Michael Kimsal http://webdevradio.com