e
> > > > >> the correct classpath in the analysisEngine element.
> > > > >> For example if your descriptor resides in com/something/desc/ path
> > > > inside
> > > > >> the jar then you should set the analysisEngine element as
> > > > &
gt; > > >> For example if your descriptor resides in com/something/desc/ path
> > > inside
> > > >> the jar then you should set the analysisEngine element as
> > > >> /com/something/desc/descriptorname.xml
> > > >> If you instead need to
;> Tommaso
> > >>
> > >> [1] : https://issues.apache.org/jira/browse/SOLR-2501
> > >>
> > >> 2011/5/13 chamara <[hidden email]<
> > http://user/SendEmail.jtp?type=node&node=2946920&i=0>>
> >
> > >>
> >
sues.apache.org/jira/browse/SOLR-2501
> >>
> >> 2011/5/13 chamara <[hidden email]<
> http://user/SendEmail.jtp?type=node&node=2946920&i=0>>
>
> >>
> >>
> >>> Hi,
> >>> Is this code line 57 needs to b
gt; 2011/5/13 chamara <[hidden
>> email]<http://user/SendEmail.jtp?type=node&node=2946920&i=0>>
>>
>>
>>> Hi,
>>> Is this code line 57 needs to be changed to the location where the jar
>>> files(library files) resides?
&
t; files(library files) resides?
> > URL url = this.getClass().getResource(""); I
> > did
> > change it but no luck so far. Let me know what i am doing wrong?
> >
> > --
> > View this message in context:
> >
> http://lucene.472066.n3.nabble.com/U
ine 57 needs to be changed to the location where the jar
> files(library files) resides?
> URL url = this.getClass().getResource(""); I
> did
> change it but no luck so far. Let me know what i am doing wrong?
>
> --
> View this message in context:
> http://lucene.
e.com/UIMA-analysisEngine-path-tp2895284p2935541.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hello Barry,
2011/5/6 Barry Hathaway
> Thanks for creating the case to track the requirement.
> I really don't agree with your comments about using relative paths though.
> The only way to specify the AE's making up an aggregate AE is to use a
> "",
> leaving you to choose either a absolute, rel
Thanks for creating the case to track the requirement.
I really don't agree with your comments about using relative paths though.
The only way to specify the AE's making up an aggregate AE is to use a
"",
leaving you to choose either a absolute, relative, or a URL. All of
these are not that gre
Barry, I understand your need and I agree with you it'd be useful to be able
to load AEs also from filesystem, I created SOLR-2501 [1] to track that
requirement.
Consider that loading AEs from relative paths, as using relative paths in
general, is not a good practice since different environments co
Tommaso,
Thanks. Now Solr finds the descriptor; however, I think this is very bad
practice.
Descriptors really aren't meant to be jarred up. They often contain
relative paths.
For example, in my case I have a directory that looks like:
appassemble
|- desc
|- pear
where the
Hello Barry,
the main AnalysisEngine descriptor defined inside the
element should be inside one of the jars imported with the elements.
At the moment it cannot be taken from expanded directories but it should be
easy to do it (and indeed useful) modifying the
OverridingParamsAEProvider class
[1]
I'm new to Solr and trying to get it call a UIMA aggregate analysis
engine and not having much luck.
The null pointer exception indicates that it can't find the xml file
associated with the engine.
I have tried a number of combinations of a path in the
element, but nothing
seems to work. In ad
14 matches
Mail list logo