Re: KStem download

2009-12-08 Thread darniz
)
at
 org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:500)
at
 org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
at
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at

 org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at

 org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:161)
at
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at

 org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at
 org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
at org.mortbay.jetty.Server.doStart(Server.java:210)
at
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at
 org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:929)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at

 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mortbay.start.Main.invokeMain(Main.java:183)
at org.mortbay.start.Main.start(Main.java:497)
at org.mortbay.start.Main.main(Main.java:115)
 Caused by: java.lang.ClassNotFoundException:
 org.apache.solr.util.plugin.ResourceLoaderAware
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 53 more
 Even though  i checked jar and the presence of ResourceLoaderAware
 interface
 is there.

 Looks like its a versioning issue.



 darniz wrote:
 
  Ok i downlaod the lucid imaginationversion of Solr.
 
  From the lib directory i copied the two jars
  lucid-kstem.jar and  lucid-solr-kstem.jar
 
  and put in my local solr instance
  at
  C:\solr\apache-solr-1.3.0\lib
 
  When i declare a field type like this
  fieldtype name=lucidkstemmer class=solr.TextField
  analyzer
  tokenizer class=solr.WhitespaceTokenizerFactory/
  filter class=solr.LucidKStemFilterFactory
  protected=protwords.txt /
  /analyzer
  /fieldtype
 
  its throwing class not found exception.
 
  Is there some other files which i am missing.
 
  Please let me know thanks
 
  darniz
 
  Yonik Seeley-2 wrote:
 
  On Mon, Sep 14, 2009 at 1:56 PM, darniz rnizamud...@edmunds.com
 wrote:
  Pascal Dimassimo wrote:
 
  Hi,
 
  I want to try KStem. I'm following the instructions on this page:
  http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem
 
  ... but the download link doesn't work.
 
  Is anyone know the new location to download KStem?
 
  I am stuck with the same issue
  its link is not working for a long time
 
 
  is there any alternate link
  Please let us know
 
  *shrug* - looks like they changed their download structure (or just
  took it down).  I searched around their site a bit but couldn't find
  another one (and google wasn't able to find it either).
 
  The one from Lucid is functionally identical, free, and much, much
  faster though - I'd just use that.
 
  -Yonik
  http://www.lucidimagination.com
 
 
 
 

 --
 View this message in context:
 http://www.nabble.com/KStem-download-tp24375856p25446263.html
 Sent from the Solr - User mailing list archive at Nabble.com.


 
 

-- 
View this message in context: 
http://old.nabble.com/KStem-download-tp24375856p26698379.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: KStem download

2009-09-14 Thread darniz



Pascal Dimassimo wrote:
 
 Hi,
 
 I want to try KStem. I'm following the instructions on this page:
 http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem
 
 ... but the download link doesn't work.
 
 Is anyone know the new location to download KStem?
 
I am stuck with the same issue
its link is not working for a long time


is there any alternate link 
Please let us know

darniz
-- 
View this message in context: 
http://www.nabble.com/KStem-download-tp24375856p25440432.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: KStem download

2009-09-14 Thread Yonik Seeley
On Mon, Sep 14, 2009 at 1:56 PM, darniz rnizamud...@edmunds.com wrote:
 Pascal Dimassimo wrote:

 Hi,

 I want to try KStem. I'm following the instructions on this page:
 http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem

 ... but the download link doesn't work.

 Is anyone know the new location to download KStem?

 I am stuck with the same issue
 its link is not working for a long time


 is there any alternate link
 Please let us know

*shrug* - looks like they changed their download structure (or just
took it down).  I searched around their site a bit but couldn't find
another one (and google wasn't able to find it either).

The one from Lucid is functionally identical, free, and much, much
faster though - I'd just use that.

-Yonik
http://www.lucidimagination.com


Re: KStem download

2009-09-14 Thread Joe Calderon
is the source for the lucid kstemmer available ? from the lucid solr
package i only found the compiled jars

On Mon, Sep 14, 2009 at 11:04 AM, Yonik Seeley
yo...@lucidimagination.com wrote:
 On Mon, Sep 14, 2009 at 1:56 PM, darniz rnizamud...@edmunds.com wrote:
 Pascal Dimassimo wrote:

 Hi,

 I want to try KStem. I'm following the instructions on this page:
 http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem

 ... but the download link doesn't work.

 Is anyone know the new location to download KStem?

 I am stuck with the same issue
 its link is not working for a long time


 is there any alternate link
 Please let us know

 *shrug* - looks like they changed their download structure (or just
 took it down).  I searched around their site a bit but couldn't find
 another one (and google wasn't able to find it either).

 The one from Lucid is functionally identical, free, and much, much
 faster though - I'd just use that.

 -Yonik
 http://www.lucidimagination.com



Re: KStem download

2009-09-14 Thread darniz

Ok i downlaod the lucid imaginationversion of Solr.

From the lib directory i copied the two jars
lucid-kstem.jar and  lucid-solr-kstem.jar

and put in my local solr instance 
at 
C:\solr\apache-solr-1.3.0\lib

When i declare a field type like this
fieldtype name=lucidkstemmer class=solr.TextField 
analyzer 
tokenizer class=solr.WhitespaceTokenizerFactory/ 
filter class=solr.LucidKStemFilterFactory 
protected=protwords.txt / 
/analyzer 
/fieldtype 

its throwing class not found exception.

Is there some other files which i am missing.

Please let me know thanks

Rashid






Yonik Seeley-2 wrote:
 
 On Mon, Sep 14, 2009 at 1:56 PM, darniz rnizamud...@edmunds.com wrote:
 Pascal Dimassimo wrote:

 Hi,

 I want to try KStem. I'm following the instructions on this page:
 http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem

 ... but the download link doesn't work.

 Is anyone know the new location to download KStem?

 I am stuck with the same issue
 its link is not working for a long time


 is there any alternate link
 Please let us know
 
 *shrug* - looks like they changed their download structure (or just
 took it down).  I searched around their site a bit but couldn't find
 another one (and google wasn't able to find it either).
 
 The one from Lucid is functionally identical, free, and much, much
 faster though - I'd just use that.
 
 -Yonik
 http://www.lucidimagination.com
 
 

-- 
View this message in context: 
http://www.nabble.com/KStem-download-tp24375856p25440690.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: KStem download

2009-09-14 Thread darniz

Ok i downlaod the lucid imaginationversion of Solr.

From the lib directory i copied the two jars
lucid-kstem.jar and  lucid-solr-kstem.jar

and put in my local solr instance
at
C:\solr\apache-solr-1.3.0\lib

When i declare a field type like this
fieldtype name=lucidkstemmer class=solr.TextField
analyzer
tokenizer class=solr.WhitespaceTokenizerFactory/
filter class=solr.LucidKStemFilterFactory 
protected=protwords.txt /
/analyzer
/fieldtype

its throwing class not found exception.

Is there some other files which i am missing.

Please let me know thanks

darniz

Yonik Seeley-2 wrote:
 
 On Mon, Sep 14, 2009 at 1:56 PM, darniz rnizamud...@edmunds.com wrote:
 Pascal Dimassimo wrote:

 Hi,

 I want to try KStem. I'm following the instructions on this page:
 http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem

 ... but the download link doesn't work.

 Is anyone know the new location to download KStem?

 I am stuck with the same issue
 its link is not working for a long time


 is there any alternate link
 Please let us know
 
 *shrug* - looks like they changed their download structure (or just
 took it down).  I searched around their site a bit but couldn't find
 another one (and google wasn't able to find it either).
 
 The one from Lucid is functionally identical, free, and much, much
 faster though - I'd just use that.
 
 -Yonik
 http://www.lucidimagination.com
 
 

-- 
View this message in context: 
http://www.nabble.com/KStem-download-tp24375856p25440692.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: KStem download

2009-09-14 Thread darniz
)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 53 more
Even though  i checked jar and the presence of ResourceLoaderAware interface
is there.

Looks like its a versioning issue. 
-- 
View this message in context: 
http://www.nabble.com/KStem-download-tp24375856p25446277.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: KStem download

2009-09-14 Thread darniz
)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 53 more
Even though  i checked jar and the presence of ResourceLoaderAware interface
is there.

Looks like its a versioning issue.



darniz wrote:
 
 Ok i downlaod the lucid imaginationversion of Solr.
 
 From the lib directory i copied the two jars
 lucid-kstem.jar and  lucid-solr-kstem.jar
 
 and put in my local solr instance
 at
 C:\solr\apache-solr-1.3.0\lib
 
 When i declare a field type like this
 fieldtype name=lucidkstemmer class=solr.TextField
 analyzer
 tokenizer class=solr.WhitespaceTokenizerFactory/
 filter class=solr.LucidKStemFilterFactory 
 protected=protwords.txt /
 /analyzer
 /fieldtype
 
 its throwing class not found exception.
 
 Is there some other files which i am missing.
 
 Please let me know thanks
 
 darniz
 
 Yonik Seeley-2 wrote:
 
 On Mon, Sep 14, 2009 at 1:56 PM, darniz rnizamud...@edmunds.com wrote:
 Pascal Dimassimo wrote:

 Hi,

 I want to try KStem. I'm following the instructions on this page:
 http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem

 ... but the download link doesn't work.

 Is anyone know the new location to download KStem?

 I am stuck with the same issue
 its link is not working for a long time


 is there any alternate link
 Please let us know
 
 *shrug* - looks like they changed their download structure (or just
 took it down).  I searched around their site a bit but couldn't find
 another one (and google wasn't able to find it either).
 
 The one from Lucid is functionally identical, free, and much, much
 faster though - I'd just use that.
 
 -Yonik
 http://www.lucidimagination.com
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/KStem-download-tp24375856p25446263.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: KStem download

2009-09-14 Thread Jay Hill
)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at

 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at

 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mortbay.start.Main.invokeMain(Main.java:183)
at org.mortbay.start.Main.start(Main.java:497)
at org.mortbay.start.Main.main(Main.java:115)
 Caused by: java.lang.ClassNotFoundException:
 org.apache.solr.util.plugin.ResourceLoaderAware
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 53 more
 Even though  i checked jar and the presence of ResourceLoaderAware
 interface
 is there.

 Looks like its a versioning issue.



 darniz wrote:
 
  Ok i downlaod the lucid imaginationversion of Solr.
 
  From the lib directory i copied the two jars
  lucid-kstem.jar and  lucid-solr-kstem.jar
 
  and put in my local solr instance
  at
  C:\solr\apache-solr-1.3.0\lib
 
  When i declare a field type like this
  fieldtype name=lucidkstemmer class=solr.TextField
  analyzer
  tokenizer class=solr.WhitespaceTokenizerFactory/
  filter class=solr.LucidKStemFilterFactory
  protected=protwords.txt /
  /analyzer
  /fieldtype
 
  its throwing class not found exception.
 
  Is there some other files which i am missing.
 
  Please let me know thanks
 
  darniz
 
  Yonik Seeley-2 wrote:
 
  On Mon, Sep 14, 2009 at 1:56 PM, darniz rnizamud...@edmunds.com
 wrote:
  Pascal Dimassimo wrote:
 
  Hi,
 
  I want to try KStem. I'm following the instructions on this page:
  http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem
 
  ... but the download link doesn't work.
 
  Is anyone know the new location to download KStem?
 
  I am stuck with the same issue
  its link is not working for a long time
 
 
  is there any alternate link
  Please let us know
 
  *shrug* - looks like they changed their download structure (or just
  took it down).  I searched around their site a bit but couldn't find
  another one (and google wasn't able to find it either).
 
  The one from Lucid is functionally identical, free, and much, much
  faster though - I'd just use that.
 
  -Yonik
  http://www.lucidimagination.com
 
 
 
 

 --
 View this message in context:
 http://www.nabble.com/KStem-download-tp24375856p25446263.html
 Sent from the Solr - User mailing list archive at Nabble.com.




KStem download

2009-07-07 Thread Pascal Dimassimo

Hi,

I want to try KStem. I'm following the instructions on this page:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem

... but the download link doesn't work.

Is anyone know the new location to download KStem?
-- 
View this message in context: 
http://www.nabble.com/KStem-download-tp24375856p24375856.html
Sent from the Solr - User mailing list archive at Nabble.com.