Re: Query regarding solr plugin.

2011-04-27 Thread rajini maski
Erick, Thank you. I could fix the problem. Started from scratch considering your advice and been successful. Thanks a lot. Rajani Maski On Tue, Apr 26, 2011 at 5:28 PM, Erick Erickson erickerick...@gmail.comwrote: Sorry, but there's too much here to debug remotely. I strongly advise you

Re: Query regarding solr plugin.

2011-04-26 Thread Erick Erickson
Sorry, but there's too much here to debug remotely. I strongly advise you back wy up. Undo (but save) all your changes. Start by doing the simplest thing you can, just get a dummy class in place and get it called. Perhaps create a really dumb logger method that opens a text file, writes a

Re: Query regarding solr plugin.

2011-04-25 Thread rajini maski
Erick , * * * Thanks.* It was actually a copy mistake. Anyways i did a redo of all the below mentioned steps. I had given class name as filter class=pointcross.orchSynonymFilterFactory synonyms=synonyms.txt ignoreCase=true expand=true/ I did it again now following few different steps following

Re: Query regarding solr plugin.

2011-04-25 Thread Erick Erickson
Looking at things more carefully, it may be one of your dependent classes that's not being found. A couple of things to try. 1 when you do a 'jar -tfv yourjar, you should see output like: 1183 Sun Jun 06 01:31:14 EDT 2010 org/apache/lucene/analysis/sinks/TokenTypeSinkTokenizer.class and your

Re: Query regarding solr plugin.

2011-04-25 Thread rajini maski
Thanks Erick. I have added my replies to the points you did mention. I am somewhere going wrong. I guess do I need to club both the jars or something ? If yes, how do i do that? I have no much idea about java and jar files. Please guide me here. A couple of things to try. 1 when you do a 'jar

Query regarding solr plugin.

2011-04-22 Thread rajini maski
One doubt regarding adding the solr plugin. I have a new java file created that includes few changes in SynonymFilterFactory.java. I want this java file to be added to solr instance. I created a package as : org.apache.pco.search This includes OrcSynonymFilterFactory java class

Re: Query regarding solr plugin.

2011-04-22 Thread Erick Erickson
First I appreciate your writeup of the problem, it's very helpful when people take the time to put in the details I can't reconcile these two things: {{{filter class=org.apache.pco.search.orchSynonymFilterFactory synonyms=synonyms.txt ignoreCase=true expand=true/ as