prefix matching

2009-04-23 Thread Tom Morton
Hi all, I'm trying to use prefixes to match similar strings to a query string. I have the following field type: field: copyField: If I apply this to an indexed string: "ipod shuffle" and query string: "shufle" (missing f) I get mat

number of matching documents incorrect during postOptimize

2008-08-11 Thread Tom Morton
Hi all, I'm trying to check that an import using the dataImportHandler was clean before I take a snapshot of the index to be pulled via snappuller to query nodes. One of the checks I do is verify that a certain minimum number of documents are returned for a query. I do this in a script that I'

Boost support for MoreLikeThis fields

2008-06-04 Thread Tom Morton
Hi, SOLR-295 mentions boost support for morelikethis and then seems to have been subsumed by SOLR-281. To be clear, I'm talking about boosts for the mlt.fl fields and how they are ranked rather than

Re: 1.3 DisMax and MoreLikeThis

2008-06-04 Thread Tom Morton
AIL PROTECTED]> wrote: > On Wed, Jun 4, 2008 at 11:11 AM, Tom Morton <[EMAIL PROTECTED]> wrote: > > I wanted to use the new dismax support for more like this described in > > SOLR-295 <https://issues.apache.org/jira/browse/SOLR-295> but can't even > get > &g

1.3 DisMax and MoreLikeThis

2008-06-04 Thread Tom Morton
Hi, I wanted to use the new dismax support for more like this described in SOLR-295 but can't even get the new syntax for dismax to work (described in SOLR-281). Any ideas if this functionality works