Start of solr 1.3 with patch collapse

2008-02-26 Thread kordi

I cant start solr trunk with the path collapse i got the following error

SEVERE: Could not start SOLR. Check solr/home property
java.lang.NoSuchMethodError:
org.apache.lucene.analysis.Token.(IILjava/lang/String;)V
at
org.apache.solr.analysis.SynonymMap.makeTokens(SynonymMap.java:103)
at
org.apache.solr.analysis.SynonymFilterFactory.parseRules(SynonymFilterFactory.java:92)
at
org.apache.solr.analysis.SynonymFilterFactory.inform(SynonymFilterFactory.java:49)
at
org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:256)
at org.apache.solr.schema.IndexSchema.(IndexSchema.java:84)
at org.apache.solr.schema.IndexSchema.(IndexSchema.java:74)
at org.apache.solr.core.SolrCore.(SolrCore.java:314)

My startparameters are:

java -Dsolr.solr.home=/opt/solr-tomcat/solr -jar  -Xms250M-Xmx250M 
-verbose:gc bootstrap.jar

-- 
View this message in context: 
http://www.nabble.com/Start-of-solr-1.3-with-patch-collapse-tp15683379p15683379.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: Start of solr 1.3 with patch collapse

2008-02-26 Thread kordi

I solved it now on myselft sorry for the post.

kordi wrote:
> 
> I cant start solr trunk with the path collapse i got the following error
> 
> SEVERE: Could not start SOLR. Check solr/home property
> java.lang.NoSuchMethodError:
> org.apache.lucene.analysis.Token.(IILjava/lang/String;)V
> at
> org.apache.solr.analysis.SynonymMap.makeTokens(SynonymMap.java:103)
> at
> org.apache.solr.analysis.SynonymFilterFactory.parseRules(SynonymFilterFactory.java:92)
> at
> org.apache.solr.analysis.SynonymFilterFactory.inform(SynonymFilterFactory.java:49)
> at
> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:256)
> at org.apache.solr.schema.IndexSchema.(IndexSchema.java:84)
> at org.apache.solr.schema.IndexSchema.(IndexSchema.java:74)
> at org.apache.solr.core.SolrCore.(SolrCore.java:314)
> 
> My startparameters are:
> 
> java -Dsolr.solr.home=/opt/solr-tomcat/solr -jar  -Xms250M-Xmx250M 
> -verbose:gc bootstrap.jar
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Start-of-solr-1.3-with-patch-collapse-tp15683379p15689102.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: Start of solr 1.3 with patch collapse

2008-02-27 Thread kordi

The problem was, that i used old lucene librarys, which weren't compatible
with the actual trunk.



David Pratt wrote:
> 
> Hi kordi. What was the issue and how did you solve it for the benefit of 
> the list. Many thanks.
> 
> Regards,
> David
> 
> kordi wrote:
>> I solved it now on myselft sorry for the post.
>> 
>> kordi wrote:
>>> I cant start solr trunk with the path collapse i got the following error
>>>
>>> SEVERE: Could not start SOLR. Check solr/home property
>>> java.lang.NoSuchMethodError:
>>> org.apache.lucene.analysis.Token.(IILjava/lang/String;)V
>>> at
>>> org.apache.solr.analysis.SynonymMap.makeTokens(SynonymMap.java:103)
>>> at
>>> org.apache.solr.analysis.SynonymFilterFactory.parseRules(SynonymFilterFactory.java:92)
>>> at
>>> org.apache.solr.analysis.SynonymFilterFactory.inform(SynonymFilterFactory.java:49)
>>> at
>>> org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:256)
>>> at
>>> org.apache.solr.schema.IndexSchema.(IndexSchema.java:84)
>>> at
>>> org.apache.solr.schema.IndexSchema.(IndexSchema.java:74)
>>> at org.apache.solr.core.SolrCore.(SolrCore.java:314)
>>>
>>> My startparameters are:
>>>
>>> java -Dsolr.solr.home=/opt/solr-tomcat/solr -jar  -Xms250M-Xmx250M 
>>> -verbose:gc bootstrap.jar
>>>
>>>
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Start-of-solr-1.3-with-patch-collapse-tp15683379p15708684.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: MoreLikeThis handler and field collapsing.

2008-04-24 Thread kordi

Could you please describe me your solution, for the topic. Thanks
-- 
View this message in context: 
http://www.nabble.com/MoreLikeThis-handler-and-field-collapsing.-tp11866297p16849939.html
Sent from the Solr - User mailing list archive at Nabble.com.