luwak icon indicating copy to clipboard operation
luwak copied to clipboard

A java library for stored queries

Results 25 luwak issues
Sort by recently updated
recently updated
newest added

Hi I tried overriding getRangeQuery() but still having the same issue. I tried debugging and i am seeing response as [query1,query3] instead of [query1] The IndexSearcher query is "title:test1 __anytokenfield:ANYTOKEN"...

Fixes #192 The test ConcurrentMatcherTestBase.testParallelSlowLog() fails when run on its own but passes if it is run along with the other tests in the class. The test passes independently when...

The test uk.co.flax.luwak.matchers.TestParallelMatcher.testParallelSlowLog() inside ConcurrentMatcherTestBase.java fails if run independently. I used the following command to run the test using mvn: `mvn test -Dtest=uk.co.flax.luwak.matchers.TestParallelMatcher#testParallelSlowLog -DfailIfNoTests=false` Failure log: ``` testParallelSlowLog(uk.co.flax.luwak.matchers.TestParallelMatcher) Time elapsed:...

When I ran the test `uk.co.flax.luwak.matchers.TestParallelMatcher#testParallelSlowLog` using the command `mvn test -pl luwak –Dtest=uk.co.flax.luwak.matchers.TestParallelMatcher#testParallelSlowLog`, I observed a test failure like the following: ``` Running uk.co.flax.luwak.matchers.TestParallelMatcher Tests run: 1, Failures: 1,...

Bumps logback-classic from 1.0.13 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.0.13&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Is there a plan for putting the latest version with support for Solr 7.7.2 on the Maven Central Repository?

Monitor monitor = new Monitor(new LuceneQueryParser("text", ANALYZER), new TermFilteredPresearcher()); List monitorQueries = new ArrayList(); String rangeQuery = "text:[1 TO 40]"; monitorQueries.add(new MonitorQuery("1", rangeQuery)); It's accepting 4000 but not accept for...

This PR is a bare-bones upgrade, with no attempt at removing deprecations or reimplementing stuff. All tests pass, but it would be good to get some idea of any performance...