Re: Too slow UIMA with Solr

2013-08-29 Thread Jun Ohtani
7;ll open an issue. >> >> Thanks, >> Tommaso >> >> >> [1] : >> http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/analysis/uima/src/java/org/apache/lucene/analysis/uima/ae/BasicAEProvider.java?revision=1244236&view=markup >> >

Re: Too slow UIMA with Solr

2013-08-29 Thread Tommaso Teofili
sis/uima/src/java/org/apache/lucene/analysis/uima/ae/BasicAEProvider.java?revision=1244236&view=markup > > > > 2013/8/29 Jun Ohtani > >> Dear all, >> >> My co-worker use UIMA with Solr 4.4.0. >> But too slow UIMA with Solr. >> >> I read source code solr/c

Re: Too slow UIMA with Solr

2013-08-29 Thread Tommaso Teofili
co-worker use UIMA with Solr 4.4.0. > But too slow UIMA with Solr. > > I read source code solr/contirb/uima/. > Solr UIMA integration source code call repeatedly AEProvider.getAE(). > Maybe it's create AnalysisEngine instance every request and every > processText(). > > Bu

Too slow UIMA with Solr

2013-08-29 Thread Jun Ohtani
Dear all, My co-worker use UIMA with Solr 4.4.0. But too slow UIMA with Solr. I read source code solr/contirb/uima/. Solr UIMA integration source code call repeatedly AEProvider.getAE(). Maybe it's create AnalysisEngine instance every request and every processText(). But Lucene