: Should we try to do this like SolrCell... just make it a lazy handler
: and reference the libs in solrconfig.xml? Oh wait... searchComponents
: can't be lazy I don't think... darn.
what about using the ebale="tue" syntax noble added ... i'm pretty sure i
saw that that gets applied for any typ
Grant,
Subversion started supporting externals on single files with version
1.6, so depending on what's running you could do it.
On Oct 21, 2009, at 6:39 AM, Grant Ingersoll wrote:
On Oct 20, 2009, at 7:52 PM, Yonik Seeley wrote:
Actually just copying the example schema to contrib seeme
On Oct 20, 2009, at 7:52 PM, Yonik Seeley wrote:
Actually just copying the example schema to contrib seemed to work
fine... those should probably be kept in alignment regardless of if we
decide to do something different about the data directory.
Then maybe we should use an svn:external? Exc
Actually just copying the example schema to contrib seemed to work
fine... those should probably be kept in alignment regardless of if we
decide to do something different about the data directory.
-Yonik
http://www.lucidimagination.com
On Tue, Oct 20, 2009 at 5:31 PM, Grant Ingersoll wrote:
> Can't we set up the clustering solrconfig to have a different data directory
> and remove the default of ./solr/data? I get caught on this gotcha in a
> lot of places these days b/c I am often trying out lots of different
> configs.
We c
Can't we set up the clustering solrconfig to have a different data
directory and remove the default of ./solr/data? I get caught on
this gotcha in a lot of places these days b/c I am often trying out
lots of different configs.
On Oct 20, 2009, at 5:13 PM, Yonik Seeley wrote:
So when I g
So when I go to try the clustering example, I fire up the server, hit
it with the example on the Wiki
http://localhost:8983/solr/select?indent=on&q=*:*&rows=10&clustering=true
And... boom.
java.lang.NullPointerException
at
org.apache.solr.schema.SortableIntField.write(SortableIntField.j