question about spatial module in lucene 5

2015-03-30 Thread Anton Lyska
Hi I have tried to upgrade lucene from 4.x to 5.0 recently.I found out from documentation that FieldCache is removed from lucene 5, and I should use DocValues fields for sorting. I upgraded my sources, and everything works fine except spatial sorting by distance. When I looked into PointVectorStra

CachingWrapperQuery performance

2015-06-15 Thread Anton Lyska
Hi, I have performance issues with CachingWrapperQuery with lucene 5.2 and dont know how to solve it. Prehistory: I have search with different parameters, where some parameters are used more frequently then others. For these params I used filters(and cached them), and my search looked li

Re: CachingWrapperQuery performance

2015-06-17 Thread Anton Lyska
what are the response times without caching? > - how many docs do you have in the index? > - how many documents does the cached filter match? > - how many documents do your two popular queries match? > > If you have the opportunity to perform some profiling of your query > execution,