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
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
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?
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
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
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
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
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
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