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 <karan.korn...@gmail.com> wrote: > 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 of compiling. I haven't manually added > any .jar files to this folder. > > On Sun, May 15, 2011 at 3:14 PM, Luis Cappa Banda <luisca...@gmail.com> wrote: >> Hello. >> >> Where did you put the .class files associated to FieldCollapsing? It´s usual >> to include them into a .jar contained in /lib server folder, for example. >> Another option is that the packet path "solr.CollapseComponent" it´s not the >> same as the applied in your patch, if it was modified. >> >