Problem is resolved now .
Thanks a lot Erick .! :)
Will catch you in next problem soon :) . You have saved a lot of time
for me .
On Thu, Nov 9, 2017 at 2:06 AM, Erick Erickson
wrote:
> Why are you extending TokenizerFactory? What you have is a filter
> factory which should extend TokenFi
Why are you extending TokenizerFactory? What you have is a filter
factory which should extend TokenFilterFactory and optionally be
MultiTermAware. I'd use LowerCaseFitlerFactory as a model. Tokenizers
break up the incoming stream, filters do something with the tokens
emitted by the tokenizer.
On W
Very much thanks for reply Erick !
Now ClassCastException is gone . It have corrected my fault .
So I am loading plugin correctly because is not giving me no class found
exception
in solrconfig.xml
in managed-schema
Now I am facing new error that is foll
OK, if you're compiling and running against the same versions, then
that error means that you haven't set your paths correctly so Solr can
find your custom jar. In solrconfig.xml you should add a
directive that points to your custom jar file.
I usually start by using an absolute path here until I
Hi Erick
I am very happy to see your reply .
It was mistakenly written 5.4.1 in last mail . I am developing plugin in
solr-5.2.1 .
i am compiling jars and executing for the same version i.e. 5.2.1 , yet i
am getting following error
Caused by: org.apache.solr.common.SolrException: Plugin init fa
Looks to me like you're compiling against the jars from one version of
Solr and executing against another.
/root/solr-5.2.1/server/solr/#/conf/managed-schema
yet you claim to be using 5.4.1
On Tue, Nov 7, 2017 at 12:00 PM, kumar gaurav wrote:
> Hi
>
> I am developing my own custom filter in
Hi
I am developing my own custom filter in solr 5.4.1.
I have created a jar of a filter class with extend to TokenizerFactory
class .
When i loaded in to sol config and add my filter to managed-schema , i
found following error -
org.apache.solr.common.SolrException: Could not load conf for core
Hi Alex,
Thanks for your reply and i looked into core analyser and also created
custom tokeniser using that.I have shared code below. when i tried to look
into analysis of solr, the analyser is working fine but when i tried to
submit 100 docs together i found in logs (with custom message printing)
Have you tried looking at source code itself? Between simple organizer like
keyword and complex language ones, you should be able to get an idea. Then
ask specific follow up questions.
Regards,
Alex
On 12 Aug 2013 09:29, "dhaivat dave" wrote:
> Hello All,
>
> I want to create custom tokenis
Hello All,
I want to create custom tokeniser in solr 4.4. it will be very helpful if
some one share any tutorials or information on this.
Many Thanks,
Dhaivat Dave
10 matches
Mail list logo