What type of query best for OR with high score?

2007-01-25 Thread Arturo Perez
Hi all, Which type of query should I use for the following type of thing. I have multiple words/phrases. I want to run a search for them all OR'd together. But I want the documents with the most distinct matches to have the highest score. An example. I want to search for "TOM OR DICK OR HARRY

Anyone have an XMLAnalyzer?

2007-01-25 Thread Arturo Perez
Is there an analyzer that can work with XML? Any suggestions for such? -arturo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Position of a word in a document?

2006-05-15 Thread Arturo Perez
Daniel Naber danielnaber.de> writes: > On Montag 15 Mai 2006 14:54, Franz Coriand wrote: > > is it possible not only to get the document which contains the words of > > a query, but also get the position in the text of the query word? > > Yes, by using the term vectors with positions that were ad