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

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
is created 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 timgaraf...@gmail.com wrote: Thanks, I set up a another test instance of solr

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 timgaraf...@gmail.com wrote: yes, the dataimport.properties file is present in the conf directory from previous imports.  I'll try the trunk version as you suggested

Re: DataImportHandler and delta-import question

2009-03-05 Thread Garafola Timothy
(DynamicClassLoader.java:1072)       at com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:1021)       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)       ... 26 more On Thu, Mar 5, 2009 at 9:10 AM, Garafola Timothy timgaraf...@gmail.com wrote: yes

Re: DataImportHandler and delta-import question

2009-03-04 Thread Garafola Timothy
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 - Show quoted text - On Wed, Mar 4, 2009 at 3:53 AM, Garafola Timothy