query-autofiltering-component icon indicating copy to clipboard operation
query-autofiltering-component copied to clipboard

A Query Autofiltering SearchComponent for Solr that can translate free-text queries into structured queries using index metadata

Results 7 query-autofiltering-component issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, It might be a bit of a stretch from 5.x to 7 but was wondering if this plugin can be updated for version 7+? The UninvertingReader Class is deprecated...

- Resolved issues with Ivy dependencies. - Upgraded component to work with Solr 5.3.1 and above. - Added support for using a field whitelist.

I test your component under Solr 5.3.1, but I have an error when I call the requestHandler /autofilter : { "error": { "msg": "java.lang.NoSuchMethodError: org.apache.solr.handler.component.ShardHandler.checkDistributed(Lorg/apache/solr/handler/component/ResponseBuilder;)V", "trace": "java.lang.RuntimeException: java.lang.NoSuchMethodError: org.apache.solr.handler.component.ShardHandler.checkDistributed(Lorg/apache/solr/handler/component/ResponseBuilder;)V\r\n\tat org.apache.solr.servlet.HttpSolrCall.sendError(HttpSolrCall.java:618)\r\n\tat...

As per http://stackoverflow.com/questions/30630227/java-ivy-maven-build-dependency-resolution-for-lucidworks-auto-phrase-tokenizer ..... ivy:resolve] junit#junit;4.10 by [junit#junit;4.11] in [test] [ivy:resolve] org.hamcrest#hamcrest-core;1.1 by [org.hamcrest#hamcrest-core;1.3] in [test] --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| ---------------------------------------------------------------------...

There was already a discussion in https://issues.apache.org/jira/browse/SOLR-7539 about a configurable option whether to actually apply the modified q/fq automatically or show it as option in the response. I am working...

Hi I've compiled the source and added the query-autofiltering-component-1.0.jar to solr lib. I'm currently running solr 5.3.1 version. However I got the following error when I added requestHandler and searchComponent...

org/apache/solr/handler/component/QueryAutoFilteringComponent : Unsupported major.minor version 52.0 I am using solr 4.10.4