| clear query|facets|time |
Search criteria: TermQParserPlugin.
Results from 41 to 50 from
322 (1.706s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Improving performance for use-case where large (200) number of phrase queries are used? - Solr - [mail # user]
|
|
...On Wed, Oct 24, 2012 at 11:09 AM, Aaron Daubman wrote: a few more ideas: * use shingles e.g. to turn two-word phrases into single terms (how long is your average phrase?). * in addition...
|
|
... to the above, maybe for phrases with > 2 terms, consider just a boolean conjunction of the shingled phrases instead of a "real" phrase query: e.g. "more like this" -> (more_like AND like...
|
|
|
Author: Robert Muir,
2012-10-24, 16:26
|
|
|
Re: [DISCUSS] Merge DocsEnum and DocsAndPositionsEnum into PostingsEnum - Lucene - [mail # dev]
|
|
... use cases. And as both Scorer and PostingsEnum extend the same base class, this makes code reuseable and looking identical in lo ts of cases (like simple Filters). A filter for a Term could...
|
|
... directly retur n the PostingsEnum for this term in getDocIdSet()... I was frustrated with some of the same things as simon, and thought about the 'implements' too. (i actually went so far...
|
|
|
Author: Robert Muir,
2012-11-01, 21:04
|
|
|
Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 71 - Failure - Lucene - [mail # dev]
|
|
...RecyclingByteBlockAllocator, Nested, MultiCollectorTest, TestI ndexWriter, TestBooleanQueryVisitSubscorers, TestDocIdSet, TestParallelTerm Enum, TestScorerPerf, TestSimpleSearchEquivalence, TestOpenBitSet, TestPayl oad...
|
|
...Explanations, TestCrash, TestSnapshotDeletionPolicy, Before3, Before3, T estIndexableField, TestIsCurrent, TestWeakIdentityMap, TestSpecialOperation s, TestCheckIndex, TestMultiThreadTermVectors, Test...
|
[+ show more]
[- hide]
| ...ForceMerge, TestFlex, TestCompoundFile, TestSegmentTermEnum, TestPagedByt es, TestCustomSearcherSort, TestConcurrentMergeScheduler, TestNRTThreads, T estComplexExplanationsOfNonMatches, Test... |
| ...NumericRangeQuery64, TestSearcherManager, TestNumericRangeQuery32 , TestByteSlices, TestDeletionPolicy, TestAddIndexes, TestAtomicUpdate, Tes tTermsEnum, TestMultiMMap, TestIndexWriterMergePolicy, Test... |
| ...Query, TestConsistentFieldNumbers, TestLockFactory, TestFieldCacheRewr iteMethod, TestComplexExplanations, TestRAMDirectory, TestNumericUtils, Tes tUTF32ToUTF8, TestDeterminism, TestCharTerm... |
|
|
Author: Robert Muir,
2012-10-23, 06:04
|
|
|
Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 71 - Failure - Lucene - [mail # dev]
|
|
...BooleanQueryVisitSubscorers, TestDocIdSet, TestParallelTermE num, TestScorerPerf, TestSimpleSearchEquivalence, TestOpenBitSet, TestPaylo adExplanations, TestCrash, TestSnapshotDeletionPolicy, Before3, Before3, Te st...
|
|
...IndexableField, TestIsCurrent, TestWeakIdentityMap, TestSpecialOperations , TestCheckIndex, TestMultiThreadTermVectors, TestCopyBytes, TestPayloadsOn Vectors, TestDirectoryReaderReopen, TestRegexpRandom2, Test...
|
[+ show more]
[- hide]
| ...FixedBitSet, TestFieldCacheRangeFilter, TestI ndexWriterReader, TestBufferedIndexInput, TestPriorityQueue, TestIndexWrite rForceMerge, TestFlex, TestCompoundFile, TestSegmentTermEnum, TestPagedByte s, Test... |
| ...DeletionPolicy, TestAddIndexes, TestAtomicUpdate, Test TermsEnum, TestMultiMMap, TestIndexWriterMergePolicy, TestTimeLimitingColle ctor, TestSearchAfter, TestSloppyPhraseQuery, TestNRTManager, TestIndexWrit er... |
| ...ComplexExplanations, TestRAMDirectory, TestNumericUtils, Test UTF32ToUTF8, TestDeterminism, TestCharTermAttributeImpl, TestOmitNorms, Tes tFieldsReader, TestRollingUpdates, TestSegmentMerger, TestBitVector, Test... |
|
|
Author: Robert Muir,
2012-10-23, 05:52
|
|
|
Re: Using additional dictionary with DirectSolrSpellChecker - Solr - [mail # user]
|
|
...-based spellchecker. I do wonder if using # of occurrences (totalTermFreq) instead of # of documents with the term (docFreq) would improve the heuristic. In all cases I think if you want to also integrate...
|
|
|
Author: Robert Muir,
2012-10-11, 00:40
|
|
|
Re: svn commit: r1404946 [1/2] - in /lucene/dev/trunk/lucene: ./ core/src/java/org/apache/lucene/codecs/lucene40/values/ core/src/java/org/apache/lucene/index/ core/src/java/org/apache/lucene/util/ core/src/test/org/apache/lucene/index/ core/src/test - Lucene - [mail # dev]
|
|
.../BytesRefList.java =1404946&r1=1404945&r2=1404946&view=diff ========================= ========================= === , just terms and rrays to lucene40/values/FixedStraightBytesImpl.java rg...
|
|
|
Author: Robert Muir,
2012-11-03, 00:30
|
|
|
Re: Build failed in Jenkins: slow-io-beasting #5060 - Lucene - [mail # dev]
|
|
...;C:\Users\rmuir\.ant\lib\apache-rat-co re-0.7.jar;C:\Users\rmuir\.ant\lib\apache-rat-plugin-0.7.jar;C:\Users\rmuir \.ant\lib\apache-rat-tasks-0.7.jar;C:\Users\rmuir\.ant\lib\commons-cli-1.1. jar...
|
|
|
Author: Robert Muir,
2012-10-29, 13:23
|
|
|
Re: More like this and terms positions - Solr - [mail # user]
|
|
...On Mon, Oct 4, 2010 at 10:16 AM, Xavier Schepler wrote: no, it would be nice if it did use them though (based upon query terms), seems like it would yield improvements. http...
|
|
|
Author: Robert Muir,
2010-10-04, 14:40
|
|
|
Re: Solr - Multi Term highlighting issue - Solr - [mail # user]
|
|
...On Sat, Apr 23, 2011 at 11:36 PM, Ramanathapuram, Rajesh wrote: What version of Solr are you using? Because you are saying the issue only happens when terms involve special characters...
|
|
..., its possible it could be this bug: https://issues.apache.org/jira/browse/LUCENE-2874, with the overlapping terms being created by the WordDelimiterFilter. This is fixed in 3.1. ...
|
|
|
Author: Robert Muir,
2011-04-24, 04:52
|
|
|
Re: [JENKINS] Lucene-Solr-Tests-trunk-java7 - Build # 3346 - Still Failing - Lucene - [mail # dev]
|
|
...This hung for hours. I ran kill -3 to get stacktraces, then i tried 'kill', which didnt kill the process (i then ran kill -3 again, and then kill -9). appears to me that the first kill...
|
|
|
Author: Robert Muir,
2012-10-27, 14:45
|
|
|
|
|
|
|