| clear query|facets|time |
Search criteria: "release combination".
Results from 61 to 70 from
421 (6.096s).
|
|
|
Did you mean:
|
|
Loading phrases to help you refine your search...
|
|
|
No results found for "release combination".
|
|
|
Search results for release combination :
|
|
|
Uses of Package org.apache.lucene.util (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... of an object exactly once,
and retrieve it many times.
Version
Use by certain classes to match version compatibility
across releases of Lucene.
Classes in org.apache.lucene.util used...
|
|
... by certain classes to match version compatibility
across releases of Lucene.
VirtualMethod
A utility for keeping backwards compatibility on previously abstract methods
(or similar replacements...
|
[+ show more]
[- hide]
| ...).
WeakIdentityMap
Implements a combination of WeakHashMap and
IdentityHashMap.
Classes in org.apache.lucene.util used by org.apache.lucene.util.automaton Class and Description
Bytes... |
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/lucene/.../package-use.html
2013-05-06, 08:52
|
|
|
TieredMergePolicy (Lucene 4.3.0 API) - Lucene - [web site]
|
|
.... If the index is over-budget, then the policy
sorts segments by decreasing size (pro-rating by percent
deletes), and then finds the least-cost merge. Merge
cost is measured by a combination...
|
|
...: This API is experimental and might change in incompatible ways in the next release.
Nested Class Summary
Nested Classes Modifier and Type Class and Description
protected static...
|
[+ show more]
[- hide]
| ... to their
defaults.
Method Summary
Methods Modifier and Type Method and Description
void close()
Release all resources for the policy.
MergePolicy.MergeSpecification find... |
| ...CompoundFile in class MergePolicy
Throws:
IOException
close
public void close()
Description copied from class: MergePolicy
Release all resources for the policy.
Specified by:
close... |
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/l.../TieredMergePolicy.html
2013-05-06, 08:52
|
|
|
[ANNOUNCE] Apache Solr 4.0-alpha released. - Lucene - [mail # general]
|
|
...3 July 2012, Apache Solr™ 4.0-alpha available The Lucene PMC is pleased to announce the release of Apache Solr 4.0-alpha. Solr is the popular, blazing fast, open source NoSQL search...
|
|
... with the release for a full list of details. Solr 4.0-alpha Release Highlights: The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr...
|
[+ show more]
[- hide]
| ... to quickly retrieve the latest version of a document, without the need to commit or open a new searcher * Versioning and Optimistic Locking – combined with real-time get, this allows read... |
| ... update processors to facilitate modifying documents prior to indexing. * A brand new web admin interface, including support for SolrCloud. This is an alpha release for early adopters... |
| .... The guarantee for this alpha release is that the index format will be the 4.0 index format, supported through the 5.x series of Lucene/Solr, unless there is a critical bug (e.g. that would cause index... |
|
|
Author: Robert Muir,
2012-07-03, 13:11
|
|
|
Lucene Change Log - Lucene - [web site]
|
|
...Lucene Change Log
For more information on past and future Lucene versions, please see:
http://s.apache.org/luceneversions
Release 4.3.0
Changes in backwards compatibility...
|
|
... traces on console output.
(Dawid Weiss, Robert Muir)
Release 4.2.1 [2013-04-03]
Bug Fixes (9)
LUCENE-4713: The SPI components used to load custom codecs or analysis
components...
|
[+ show more]
[- hide]
| ... in
StemmerOverrideFilter.
(Simon Willnauer)
Older Releases
Release 4.2.0 [2013-03-11]
Changes in backwards compatibility policy (12)
LUCENE-4602: FacetFields now stores facet... |
| ...: Upgrade ivy to 2.3.0
(Shawn Heisey via Robert Muir)
LUCENE-4570: Use the Policeman Forbidden API checker, released separately
from Lucene and downloaded via Ivy.
(Uwe Schindler, Robert Muir... |
| ...)
LUCENE-4758: 'ant jar', 'ant compile', and 'ant compile-test' should
recurse.
(Steve Rowe)
Release 4.1.0 [2013-01-22]
Changes in backwards compatibility policy (16)
LUCENE-4514... |
|
|
http://lucene.apache.org/core/4_3_0/changes/Changes.html
2013-05-06, 08:52
|
|
|
BaseTermVectorsFormatTestCase (Lucene 4.3.0 API) - Lucene - [web site]
|
|
...Codec().
WARNING: This API is experimental and might change in incompatible ways in the next release.
Nested Class Summary
Nested Classes Modifier and Type Class and Description...
|
|
...
protected static class BaseTermVectorsFormatTestCase.Options
A combination of term vectors options.
protected class BaseTermVectorsFormatTestCase.RandomDocument
protected class Base...
|
|
|
http://lucene.apache.org/java/4_3_0/test-.../BaseTermVectorsFormatTestCase.html
2013-05-06, 08:52
|
|
|
Automaton (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... a RunAutomaton for multithreaded matching: it is immutable,
thread safe, and much faster.
WARNING: This API is experimental and might change in incompatible ways in the next release...
|
|
... is "reduced" by combining overlapping
and adjacent edge intervals with same destination.
removeDeadTransitions
public void removeDeadTransitions()
Removes transitions to dead states...
|
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/lucene/ut.../Automaton.html
2013-05-06, 08:52
|
|
|
AtomicReader (Lucene 4.3.0 API) - Lucene - [web site]
|
|
..., document, document, ensureOpen, equals, getCombinedCoreAndDeletesKey, getCoreCacheKey, getRefCount, getTermVector, getTermVectors, hasDeletions, hashCode, incRef, leaves, maxDoc, num...
|
|
...FieldInfos
public abstract FieldInfos getFieldInfos()
Get the FieldInfos describing all fields in
this reader.
WARNING: This API is experimental and might change in incompatible ways in the next release...
|
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache/lucene.../AtomicReader.html
2013-05-06, 08:52
|
|
|
BaseCompositeReader (Lucene 4.3.0 API) - Lucene - [web site]
|
|
... instead.
See Also:
MultiReader
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
Nested Class Summary
Nested...
|
|
...String
Methods inherited from class org.apache.lucene.index.IndexReader
addReaderClosedListener, close, decRef, doClose, document, document, ensureOpen, equals, getCombinedCoreAndDeletesKey, get...
|
|
|
http://lucene.apache.org/java/4_3_0/core/org/apache.../BaseCompositeReader.html
2013-05-06, 08:52
|
|
|
DGapVInt8IntEncoder (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...Encoder which implements variable length encoding for the gap
between values. It's a specialized form of the combination of
DGapIntEncoder and VInt8IntEncoder.
See Also:
VInt8IntEncoder,
DGap...
|
|
...IntEncoder
WARNING: This API is experimental and might change in incompatible ways in the next release.
Constructor Summary
DGapVInt8IntEncoder()
Method Summary
Int...
|
|
|
http://lucene.apache.org/java/4_2_1/facet/org/apach.../DGapVInt8IntEncoder.html
2013-04-04, 00:43
|
|
|
MultiSimilarity (Lucene 4.2.1 API) - Lucene - [web site]
|
|
...SUM method for combining evidence from multiple
similarity values described in: Joseph A. Shaw, Edward A. Fox.
In Text REtrieval Conference (1993), pp. 243-252
WARNING: This API...
|
|
... is experimental and might change in incompatible ways in the next release.
Nested Class Summary
Nested classes/interfaces inherited from class org...
|
[+ show more]
[- hide]
| ....apache.lucene.search.similarities.Similarity
Similarity.ExactSimScorer, Similarity.SimWeight, Similarity.SloppySimScorer
Field Summary
protected Similarity[] sims
the sub-similarities used to create the combined score... |
| ...
protected final Similarity[] sims
the sub-similarities used to create the combined score
Constructor Detail
MultiSimilarity
public MultiSimilarity(Similarity[] sims)
Creates... |
|
|
http://lucene.apache.org/java/4_2_1/core/org/apache/luc.../MultiSimilarity.html
2013-04-04, 00:43
|
|
|
|