asfimport
asfimport
A document with the word 秋葉原 in the body, when analysed by the JapaneseAnalyzer (AKA Kuromoji), cannot be found when searching for the same text as a phrase query. Two...
We run Lucene Replicator to replicate a single primary to many replicas. In production, we have experienced downtime due to PrimaryNode.close never finishing. For some unknown reason - incorrect exception...
SparseFixedBItSet is no longer used by DocIdSetBuilder, but the class didn't get cleaned up and removed. We only need one sparse representation and don't need to just litter up the...
I see the following error when I run Lucene 4.5.0 under a java SecurityManager. I will attach a test program which shows this problem. The program works fine when a...
After ongoing discussions on the mailing list about recent breakage of Java 9 with the security manager and a clarifying statement in the javadocs of the above mentioned methods, we...
**utostan** ([Bug 63255](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false)): While attempting to create a load test for a client, a post request to a critical endpoint failed due to JMeter converting "\\\" to "\\" in the...
@pmouawad ([Bug 53833](https://bz.apache.org/bugzilla//show_bug.cgi?id=53833&redirect=false)): The Jmeter at present creates a new QueueConnection for each of the thread (as per the number of threads provided). Usually when testing one application calling one...
**Romuald** ([Bug 49949](https://bz.apache.org/bugzilla//show_bug.cgi?id=49949&redirect=false)): When using the HTTPClient tool, we can attach a file or many and name it but in some occasions we would be interested in adding header aside...
**Michael Zhilin** ([Bug 56431](https://bz.apache.org/bugzilla//show_bug.cgi?id=56431&redirect=false)): Often there is need to stop iteration / fail sampler result if RegexExtractor doesn't find matches. To resolve this problem usually we need to add Assertion...
All types except Interval are documented in Metadata.md. Information about Interval is missing, in particular what is its size (64 bit?) and what is the meaning of IntervalUnit values. **Reporter**:...