Yes okay, I was hoping there could be a similar problem at the java lucene library with inconsistent search times, so the solution for that could help me as well.
On Fri, Jul 20, 2012 at 3:03 PM, Jan Høydahl <jan....@cominvent.com> wrote: > Hi, > > This mailing list is only for the main Java based Lucene library. Please > ask your question to S4LuceneLibrary directly, which seems to be a > completely independent port. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > On 19. juli 2012, at 16:14, Tobias Buchholz wrote: > > Hello, > > I'm Tobias Buchholz and a student at HTW in Berlin. For my bachelor thesis > I'm trying to improve a search algorithm of an iOS app, which offers some > magazines with a lot of articles. To do that I used the S4LuceneLibrary of > Micheal Papp (https://github.com/mikekppp/S4LuceneLibrary), which is an > iOS equivalent to the full-featured text search engine library of Apache > Lucene. The problem is, that the search now is very inconsistent...that > means the search after specific words takes sometimes very long and on the > other hand sometimes not. > > That's a list of words, I was searching for, and the time the search took: > > - Berlin (34 hits) -> 2,8 seconds > - Tag (29 hits) -> 11,8 seconds > - Haus (3 hits) -> 7,1 seconds > - Straße (28 hits) -> 15,7 seconds > - Raumfahrt (5 hits) -> 13,8 seconds > - Astronomie (9 hits) -> 6 second > > So the results are quite different, but I thought it should take the same > time for every search phrase. Do you have an idea why is that? > > Thanks in advance! > > Best Regards, > Tobias Buchholz > > >