[ 
https://issues.apache.org/jira/browse/JENA-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15621656#comment-15621656
 ] 

Jean-Marc Vanel commented on JENA-1250:
---------------------------------------

I commited on my fork the obvious changes for jena-spatial for Lucene 5.5.3 : 
SolrClient, remove Version argument, handle new exceptions.
    
TODO: in SpatialIndexLucene.query$(): The method makeFilter(SpatialArgs) is 
undefined, Filter & search() deprecated

                Filter filter = strategy.makeFilter(args);
                TopDocs docs = indexSearcher.search(new MatchAllDocsQuery(), 
filter,
                                limit, distSort);

It seems that instead of IndexSearcher we have to use
{@link BooleanQuery boolean queries} with
   *              {@link BooleanClause.Occur#FILTER} clauses


> Upgrade text search to latest Lucene
> ------------------------------------
>
>                 Key: JENA-1250
>                 URL: https://issues.apache.org/jira/browse/JENA-1250
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Jena
>            Reporter: Jean-Marc Vanel
>
> We are currently at Lucene 4.9.1 ,
> which is quite outdated compared to latest Lucene, which is 6.2.1 .
> Note that there is project to add a simple completion feature in addition to 
> existing simple search.
> But it would be better to do that on an updated Lucene dependency .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to