> That won't work. External file fields
> are currently only usable within
> function queries, according to the Javadocs
Yes you are right, only function queries.
However he can dump ids of white-colored items to a text file in the following
format:
12278=20.0
9984=20.0
issue a commit and filte
> This could work. Are there
> search/index performance drawbacks when using it?
I am not using this feature in production, But it is the only way that i know
to update a field without re-indexing whole document.
If you can give us more details about use case, others can suggest different
thing
That won't work. External file fields are currently only usable within
function queries, according to the Javadocs
On Wed, May 4, 2011 at 12:16 PM, Rih wrote:
> This could work. Are there search/index performance drawbacks when using
> it?
>
>
> On Mon, May 2, 2011 at 6:22 PM, Ahmet Arslan wrot
This could work. Are there search/index performance drawbacks when using it?
On Mon, May 2, 2011 at 6:22 PM, Ahmet Arslan wrote:
>
>
> Is there an efficient way to update multiple documents with common values
> (e.g. color = white)? An example would be to mark all white-colored items
> as
> sol
Is there an efficient way to update multiple documents with common values
(e.g. color = white)? An example would be to mark all white-colored items as
sold-out.
http://lucene.apache.org/solr/api/org/apache/solr/schema/ExternalFileField.html
can be an option.