Efficient Sharding with date sorted queries

2009-06-12 Thread Garafola Timothy
I have a solr index which is going to grow 3x in the near future. I'm considering using distributed search and was contemplating what would be the best approach to splitting the index. Since most of the searches performed on the index are sorted by date descending, I'm considering splitting the i

solr_hostname in scripts.conf

2009-03-25 Thread Garafola Timothy
I've a question. Is it safe to use 'localhost' as solr_hostname in scripts.conf? -- -Tim

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
rg.apache.solr.update.RollbackUpdateCommand >>       at >> com.caucho.loader.DynamicClassLoader.findClass(DynamicClassLoader.java:1130) >>       at >> com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:1072) >>       at >> com.caucho.loader.Dyn

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) ... 26 more On Thu, Mar 5, 2009 at 9:10 AM, Garafola Timothy wrote: > yes, the dataimport.properties file is present in the conf directory > from previous imports.  I'll try the trunk version as you suggested to >

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
ted only after one successful import > .so it is available only from second import onwards. probably you can > create one manually and put it in the conf dir. > > On Thu, Mar 5, 2009 at 12:52 AM, Garafola Timothy > wrote: >> Thanks, >> >> I set up a another test inst

Re: DataImportHandler and delta-import question

2009-03-04 Thread Garafola Timothy
t is wrong you may need to > format it using a dateformat function. > > see here > > http://wiki.apache.org/solr/DataImportHandler#head-5675e913396a42eb7c6c5d3c894ada5dadbb62d7 > > >  The trunk DIH can work with Solr1.3 (you may need to put the DIH jar > and slf4j). Can

DataImportHandler and delta-import question

2009-03-03 Thread Garafola Timothy
I'm using solr 1.3 and am trying to get a delta-import with the DIH. Recently the wiki, http://wiki.apache.org/solr/DataImportHandler, was updated explaining that delta import is a 1.4 feature now but it was still possible get a delta using the full import example here, http://wiki.apache.org/solr/