Sorry, that was supposed to be just another way to say the same thing...
OK look here is my current situation.  Even with preserveOriginal and
concatAll set, I am still getting an even odder result.

I set up sku=218078624 with title=" Beanbag AppleTV Friction Dash Mount
for GPS " and index it in dev.

The search and index analyzer stack are the same.  When I do this search
in the solr admin page I get zero results " sku:218078624  title:AppleTV
" but when I do this search I get one result " sku:218078624
title:appletv ".  This is the opposite of what was happening before I
added the preserve original setting.  In the analysis page I plug in
that title and term, and it looks to me like it should match... which is
why I started asking about term positions and such.  I don't understand
why I don't get a hit in both cases.  It is so weird.



-----Original Message-----
From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik
Seeley
Sent: Friday, April 22, 2011 5:55 PM
To: Robert Petersen
Cc: solr-user@lucene.apache.org
Subject: Re: term position question from analyzer stack for
WordDelimiterFilterFactory

On Fri, Apr 22, 2011 at 8:24 PM, Robert Petersen <rober...@buy.com>
wrote:
> I can repeatedly demonstrate this in my dev environment, where I get
> entirely different results searching for AppleTV vs. appletv

You originally said "I cannot get a match between AppleTV on the
indexing side and appletv on the search side".
Getting different numbers of results or different results is slightly
different.

For example, if there were a document with "Apple TV" in it, then a
query of "AppleTV" would match that doc, but a query of "appletv"
would not.

-Yonik
http://www.lucenerevolution.org -- Lucene/Solr User Conference, May
25-26, San Francisco

Reply via email to