Re: Field collapsing classloading issues

2011-05-15 Thread karanveer singh
Can you tell me how the packet paths are set? So that I can modify them and let it know where to find fieldCollapse.class? My fieldCollapse.class is in build/solr/org/apache/solr/handler/component My /lib folder contains some .jar files and some other files, I guess these were created at the time

Re: Field collapsing classloading issues

2011-05-15 Thread karanveer singh
Since I'm using solr 3.1.0, I'm guessing that the solr.fieldCollapse classpath hasn't been set. How exactly should I be setting this? On Sun, May 15, 2011 at 7:08 PM, karanveer singh wrote: > Can you tell me how the packet paths are set? So that I can modify > them and let

Build does not create webapp

2011-05-15 Thread karanveer singh
After downloading the apache solr 3.1.0 source, I built it using ant (ant compile). However, this does not create the webapp in solr/example/webapps There is also nothing in solr/example/work. Any idea how to make this work?

Re: Build does not create webapp

2011-05-15 Thread karanveer singh
Thanks so much! On Sun, May 15, 2011 at 9:27 PM, Erick Erickson wrote: > try "ant example" > > Best > Erick > > On Sun, May 15, 2011 at 11:15 AM, karanveer singh > wrote: >> After downloading the apache solr 3.1.0 source, I built it using ant >> (ant

Re: Field collapsing classloading issues

2011-05-15 Thread karanveer singh
26 PM, Erick Erickson wrote: > You can just configure  another directive in solrconfig.xml > if you want. > > Or, copy the relevant jars to one of the directories already specified > by a > directive in the config... > > Best > Erick > > On Sun, May 15, 2011 at 10:18

Can't seem to get External Field scoring running

2011-05-16 Thread karanveer singh
I want to be able to dynamically change scores without having to update the entire document. For this, I started using the External File Field. I set a fieldType called idRankFile and field called idRank in schema.xml : Now I set the idRank for various id's in a file called external_idRank.txt

Updating a multi-valued field

2011-05-17 Thread karanveer singh
I've been using ExternalFileField for external scoring so far, so that the external field gets "updated" and not "deleted and added" Now, I have a field which is multivalued. I cannot use ExternalFileField as I need this field in the suggest component too. Is there something other than ExternalFi

Using solandra

2011-05-18 Thread karanveer singh
I've recently switched from solr+cassandra to solandra. When I try to run solandra using java -jar start.jar in solandra-app, it gives me the following error: java.lang.ExceptionInInitializerError at lucandra.CassandraUtils.startupServer(CassandraUtils.java:249) at solandra.SolandraInitializer.i

Re: Using solandra

2011-05-18 Thread karanveer singh
d solandra-app > $ ./start-solandra.sh > > Regards > Stefan > > On Wed, May 18, 2011 at 12:40 PM, karanveer singh > wrote: > > I've recently switched from solr+cassandra to solandra. > > > > When I try to run solandra using java -jar start.jar in soland