Re: Documents update

2011-06-07 Thread Denis Kuzmenok
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 ''" then no thanges are made. If i start solr without external files and

Re: Documents update

2011-06-01 Thread Alexey Serba
> Will it be slow if there are 3-5 million key/value rows? AFAIK it shouldn't affect search time significantly as Solr caches it in memory after you reloading Solr core / issuing commit. But obviously you need more memory and commit/reload will take more time.

Re: Documents update

2011-05-31 Thread Denis Kuzmenok
Will it be slow if there are 3-5 million key/value rows? > 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 c

Re: Documents update

2011-05-31 Thread Markus Jelsma
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 =\

Re: Documents update

2011-05-31 Thread Denis Kuzmenok
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 w

Re: Documents update

2011-05-31 Thread Erick Erickson
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 e

Re: Documents update

2011-05-27 Thread Denis Kuzmenok
I'm using 3.1 now. Indexing lasts for a few hours, and have big plain size. Getting all documents would be rather slow :( > Not with 1.4, but apparently there is a patch for trunk. Not > sure if it is in 3.1. > If you are on 1.4, you could first query Solr to get the data > for the document

Re: Documents update

2011-05-27 Thread Gora Mohanty
2011/5/27 Denis Kuzmenok : > Hi. > > I  have  and  indexed  database  which  is indexed few times a day and > contain  tinyint  flag  (like is_enabled, is_active, etc), and content > isn't changed too often, but flags are. > So  if i index via post.jar only flags then entire document is deleted > a