-->
<?xml-stylesheettype="text/xml"href="../../nbbuild/javadoctools/apichanges.xsl"?>
<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../../nbbuild/javadoctools/apichanges.dtd"
>
<!-- First, a list of API names you may use: -->
<apidefs> <!-- org.netbeans.modules.parsing.api -->
<apidef name="LuceneSupport">Lucene Support Friend API</apidef>
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="Convertors-firstNonNull">
<api name="LuceneSupport"/>
<summary>Added <code>Convertors.firstNonNull</code></summary>
<version major="2" minor="33"/>
<date day="8" month="7" year="2015"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added a <code>Convertors.firstNonNull</code> creating a Convertor
returning the first non null result of its delegates.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="Convertors"/>
</change>
<change id="CustomCamelCase">
<api name="LuceneSupport"/>
<summary>Added camel case support methods into <code>Queries</code>.</summary>
<version major="2" minor="31"/>
<date day="14" month="4" year="2015"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added methods into <code>Queries</code> to test if given string is a camel case
and to create a regular expression from the camel case.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="Queries"/>
</change>
<change id="DocumentIndex2">
<api name="LuceneSupport"/>
<summary>Added <code>DocumentIndex2</code> allowing execution of arbitrary Lucene query.</summary>
<version major="2" minor="24"/>
<date day="2" month="5" year="2013"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added <code>DocumentIndex2</code> extending the <code>DocumentIndex</code> by execution of arbitrary Lucene query.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="DocumentIndex2"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="Convertors"/>
</change>
<change id="DocumentIndexCache-WithCustomIndexDocument">
<api name="LuceneSupport"/>
<summary>Added possibility to use the default <code>DocumentIndex</code> with custom <code>IndexDocument</code>s.</summary>
<version major="2" minor="22"/>
<date day="6" month="2" year="2013"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added a possibility to use the default <code>DocumentIndex</code> created by <code>IndexManager</code>
with a custom <code>IndexDocument</code> implementation.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="DocumentIndexCache"/>
</change>
<change id="TransactionalDocumentIndex-clear">
<api name="LuceneSupport"/>
<summary>Added <code>DocumentIndex.Transactional.clear</code> to allow complete index clean up.</summary>
<version major="2" minor="20"/>
<date day="17" month="12" year="2012"/>
<author login="tzezula"/>
<compatibility source="incompatible" binary="incompatible" addition="yes"/>
<description>
<p>
Added <code>DocumentIndex.Transactional.clear</code> to allow complete index clean up.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="DocumentIndex"/>
</change>
<change id="TransactionalDocumentIndex">
<api name="LuceneSupport"/>
<summary>Added <code>DocumentIndex.Transactional</code> to allow transaction operations on <code>DocumentIndex</code>.</summary>
<version major="2" minor="19"/>
<date day="27" month="11" year="2012"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added <code>DocumentIndex.Transactional</code> to allow commit and rollback on <code>DocumentIndex</code>.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexManager"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="DocumentIndex"/>
</change>
<change id="DocumentIndexCache">
<api name="LuceneSupport"/>
<summary>Added <code>DocumentIndexCache</code> class to allow custom caching strategy in DocumentIndex.</summary>
<version major="2" minor="18"/>
<date day="14" month="11" year="2012"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added <code>DocumentIndexCache</code> class to allow custom caching strategy for added removed
documents in DocumentIndex. The default strategy uses <code>SoftReference</code> to detect flush point.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexManager"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="DocumentIndexCache"/>
</change>
<change id="WithTermFrequencies">
<api name="LuceneSupport"/>
<summary>Added <code>Index</code> with <code>Term</code> frequencies.</summary>
<version major="2" minor="13"/>
<date day="31" month="5" year="2012"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added <code>Index.WithTermFrequencies</code> index supporting the
<code>Term</code> frequencies estimates. This <code>Index</code> can
be used to find out how many <code>Document</code>s contain given <code>Term</code>.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="Index"/>
<issue number="213215"/>
</change>
<change id="IndexReaderInjection">
<api name="LuceneSupport"/>
<summary>Added <code>IndexReaderInjection</code> to allow <code>IndexReader</code> to be passed to convertors</summary>
<version major="2" minor="10"/>
<date day="13" month="3" year="2012"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added <code>IndexReaderInjection</code> which allows <code>IndexReader</code> to be passed to the convertor.
When implemented by the <code>Convertor</code> or <code>StoppableConvertor</code> the index queries set an
<code>IndexReader</code> instance to the passed convertor before calling the convert method. At the end of the query
the active <code>IndexReader</code> is replaced by null.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexReaderInjection"/>
<issue number=""/>
</change>
<change id="PriorityAccess">
<api name="LuceneSupport"/>
<summary>Added <code>IndexManager.priorityAccess</code> to suspend IO during query</summary>
<version major="2" minor="9"/>
<date day="6" month="2" year="2012"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added <code>IndexManager.priorityAccess</code> to suspend background scan
and checking for external changes during query. The methods <code>IndexManager.readAccess</code>
and <code>IndexManager.writeAccess</code> were deprecated. The <code>Index</code> is now self
guarded and global lock is not needed for correct synchronization.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexManager"/>
<issue number="207915"/>
</change>
<change id="MemoryIndex">
<api name="LuceneSupport"/>
<summary>Added RAM implementation of Index</summary>
<version major="2" minor="8"/>
<date day="11" month="1" year="2012"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added the factory method into <code>IndexManager</code> creating the
RAM based implementation of <code>Index</code>
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexManager"/>
</change>
<change id="ScanSuspendImplementation">
<api name="LuceneSupport"/>
<summary>Added ScanSuspendImplementation</summary>
<version major="2" minor="7"/>
<date day="3" month="1" year="2012"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added the <code>ScanSuspendImplementation</code> interface. The implementation
of this inteface registered in global <code>Lookup</code> is called by
<code>IndexManager.readAccess(Action)</code> before (suspend) and after (resume) the
<code>Action</code> is performed.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.spi" name="ScanSuspendImplementation"/>
</change>
<change id="TransactionalIndex">
<api name="LuceneSupport"/>
<summary>Added transaction support into the Index</summary>
<version major="2" minor="7"/>
<date day="3" month="1" year="2012"/>
<author login="sdedic"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
Added the <code>Index.Transactional</code> interface. The <code>Index.Transactional</code>
is a specialization of <code>Index</code> which allows transactional operations on index.
The commit operation makes changes visible to <code>IndexReader</code>s,
the rollback operation throws away the changes done to <code>IndexWriter</code>
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="Index"/>
</change>
<change id="IndexManager-getOpenIndexes">
<api name="LuceneSupport"/>
<summary>Added method to get opened indexes</summary>
<version major="2" minor="4"/>
<date day="21" month="9" year="2011"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" addition="yes"/>
<description>
<p>
The <code>IndexManager.getOpenIndexes</code> method was added to allow clients
to obtain mapping of cache folder to opened <code>Index</code>.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexManager"/>
</change>
<change id="Index-getStatus">
<api name="LuceneSupport"/>
<summary>Index.getStatus replaced Index.isValid and Index.exists</summary>
<version major="2" minor="1"/>
<date day="19" month="4" year="2011"/>
<author login="tzezula"/>
<compatibility source="incompatible" binary="incompatible" semantic="incompatible" deletion="yes" addition="yes" modification="no"/>
<description>
<p>
The <code>Index.isValid</code> and <code>Index.exists</code> were removed and replaced by a new
method <code>Index.getStatus</code>. The old methods were harder to use. Misuse of these methods
caused non needed rescans. Also the single method decreases number of IO operations needed to test the index.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="Index"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="DocumentIndex"/>
<issue number="197840"/>
</change>
<change id="adding-LowMemoryWatcher">
<api name="LuceneSupport"/>
<summary>Adding a LowMemoryWatcher into friend API</summary>
<version major="1" minor="2"/>
<date day="7" month="1" year="2011"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" semantic="compatible" deletion="no" addition="yes" modification="no"/>
<description>
<p>
Added LowMemoryWatcher into the friend API to remove duplicates in parsing.api and java.source
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="LowMemoryWatcher"/>
<issue number="194115"/>
</change>
<change id="adding-document-based-indexing-api">
<api name="LuceneSupport"/>
<summary>Adding a document based indexing friend API</summary>
<version major="1" minor="1"/>
<date day="30" month="11" year="2010"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" semantic="compatible" deletion="no" addition="yes" modification="no"/>
<description>
<p>
Added a document based indexing API, this API is used as a base for the parsing api. Removes some code duplication and
allows other friends which are not parsing API based to use it.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexDocument"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexManager"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="DocumentIndex"/>
<issue number="168822"/>
</change>
<change id="adding-friend-low-level-indexing-api">
<api name="LuceneSupport"/>
<summary>Adding a low level indexing friend API</summary>
<version major="1" minor="0"/>
<date day="12" month="10" year="2010"/>
<author login="tzezula"/>
<compatibility source="compatible" binary="compatible" semantic="compatible" deletion="no" addition="yes" modification="no"/>
<description>
<p>
Added a low level indexing friend API based on Lucene to be shared among java.source and parsing.api. The api provides common access to Lucene index, memory caching of indexes, effective lucene index merging, IDE specific queries and file descriptors pool.
</p>
</description>
<class package="org.netbeans.modules.parsing.lucene.support" name="Convertor"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="StoppableConvertor"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="Index"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="IndexManager"/>
<class package="org.netbeans.modules.parsing.lucene.support" name="Queries"/>
<issue number="190872"/>
</change>
-->
<head>
<title>Change History for the Parsing Lucene Support Friend API</title>
<link rel="stylesheet"href="prose.css"type="text/css"/>
<meta name="CATEGORY" content="OtherDevelopmentDoc"/>
<meta name="DESCRIPTION" content="A cross-indexed list of all changes made to the Parsing Lucene Support Friend API."/>
</head>
<body>
<p class="overviewlink">
<a href="overview-summary.html">Overview</a>
</p>
<h1>Introduction</h1>
<h2>What do the Dates Mean?</h2>
<p>
The supplied dates indicate when the API change was made, on the CVS
trunk. From this you can generally tell whether the change should be
present in a given build or not; for trunk builds, simply whether it
was made before or after the change; for builds on a stabilization
branch, whether the branch was made before or after the given date. In
some cases corresponding API changes have been made both in the trunk
and in an in-progress stabilization branch, if they were needed for a
bug fix; this ought to be marked in this list.
</p>
<hr/>
<standard-changelists module-code-name="$codebase"/>
<hr/>
<p>@FOOTER@</p>
</body>
</htmlcontents>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.