: When I query solr with the query ?q=ingredientSuggestion=banana I get
: 160 results.
: Ok, all fine.
:
: When I add a new field such as
:
:
:
: to my index it reduces the number of results from my query to 131, even
: though the query
: has'nt changed and does not (at least explicitly
yes, sorry.
-Original Message-
From: Dmitry Kan [mailto:dmitry@gmail.com]
Sent: 28 February 2012 12:33
To: solr-user@lucene.apache.org
Subject: Re: solr returns reduced results for same query after adding a new
field to the schema.
Hi,
you meant you query is:
?q
Hi,
you meant you query is:
?q=ingredientSuggestion:banana
right?
On Tue, Feb 28, 2012 at 2:29 PM, Mark Swinson wrote:
> Hi,
>
> I'm currently setting up a schema in solr, which is being imported using
> the data-import plugin.
>
> The initial config contains the following key information:
>
>
Hi,
I'm currently setting up a schema in solr, which is being imported using
the data-import plugin.
The initial config contains the following key information:
...