Re: Too slow UIMA with Solr

2013-08-29 Thread Jun Ohtani
Hi Tommaso, Thanks!! Jun Ohtani On 2013/08/29, at 17:56, Tommaso Teofili wrote: > p.s. > see https://issues.apache.org/jira/browse/SOLR-5201 > > > 2013/8/29 Tommaso Teofili > >> Hi Jun, >> >> I agree the AE (instead of the

Too slow UIMA with Solr

2013-08-29 Thread Jun Ohtani
code (o.a.l.analysis.uima.BaseUIMATokenizer) reuse AnalysisEngine instance. Why does Solr UIMA integration call AEProvider.getAE() every update request ? Regards, ---- Jun Ohtani

Re: Solr's MLT query call doesn't work

2009-07-09 Thread Jun Ohtani
What about http://localhost:8080/solr/select?q=id:10&mlt=true&mlt.fl=content_mlt&mlt.maxqt=5&mlt.interestingTerms=details&fl=title+author+score&mlt.mindf=1 ? Jun Ohtani SergeyG wrote: > > Hi, > > Recently, while implementing the MoreLikeThis search, I