Created  file,  reloaded  solr  -  externalfilefield  works fine, if i
change      change      external      files      and      do     "curl
http://127.0.0.1:4900/solr/site/update -H "Content-Type: text/xml" 
--data-binary '<commit />'"
then  no  thanges are made. If i start solr without external files and
then create them - they are not working..
What is wrong?

PS: Solr 3.2

> http://lucene.apache.org/solr/api/org/apache/solr/schema/ExternalFileField.html

> On Tuesday 31 May 2011 15:41:32 Denis Kuzmenok wrote:
>> Flags   are   stored  to filter results and it's pretty highloaded, it's
>> working  fine,  but i can't update index very often just to make flags
>> up to time =\
>> Where can i read about using external fields / files?
>> 
>> > And it wouldn't work unless all the data is stored anyway. Currently
>> > there's no way to update a single field in a document, although there's
>> > work being done in that direction (see the "column stride" JIRA).
>> > 
>> > What do you want to do with these fields? If it's to influence scoring,
>> > you could look at external fields.
>> > 
>> > If the flags are a selection criteria, it's...harder. What are the flags
>> > used for? Could you consider essentially storing a map of the
>> > uniqueKey's and flags in a "special" document and having your app
>> > read that document and merge the results with the output? If this seems
>> > irrelevant, a more complete statement of the use-case would be helpful.
>> > 
>> > Best
>> > Erick



Reply via email to