1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<?xml-stylesheet type="text/xml" href="../../nbbuild/javadoctools/apichanges.xsl"?>
<!DOCTYPE apichanges PUBLIC
"-//NetBeans//DTD API changes list 1.0//EN"
"../../nbbuild/javadoctools/apichanges.dtd"
>
<!--
INFO FOR PEOPLE ADDING CHANGES:
Check the DTD (apichanges.dtd) for details on the syntax. You do not
need to regenerate the HTML, this will be done periodically; just
change the XML. If you can, validate the XML against the DTD, if not
do not worry about it. Rough syntax of a change (several parts optional):
<change>
<api name="compiler"/>
<summary>Some brief description here, can use <b>XHTML</b></summary>
<version major="1" minor="99"/>
<date day="13" month="6" year="2001"/>
<author login="jrhacker"/>
<compatibility addition="yes"/>
<description>
The main description of the change here.
Again can use full <b>XHTML</b> as needed.
</description>
<class package="org.openide.compiler" name="DoWhatIWantCompiler"/>
<issue number="14309"/>
</change>
Also permitted elements: <package>, <branch>. <version> is API spec
version, recommended for all new changes. <compatibility> should say
if things were added/modified/deprecated/etc. and give all information
related to upgrading old code. List affected top-level classes and
link to issue numbers if applicable. See the DTD for more details.
Changes need not be in any particular order, they are sorted in various
ways by the stylesheet anyway.
Dates are assumed to mean "on the trunk". If you *also* make the same
change on a stabilization branch, use the <branch> tag to indicate this
and explain why the change was made on a branch in the <description>.
Please only change this file on the trunk! Rather: you can change it
on branches if you want, but these changes will be ignored; only the
trunk version of this file is important.
Deprecations do not count as incompatible, assuming that code using the
deprecated calls continues to see their documented behavior. But do
specify deprecation="yes" in <compatibility>.
This file is not a replacement for Javadoc: it is intended to list changes,
not describe the complete current behavior, for which ordinary documentation
is the proper place.
-->
<apichanges>
<!-- 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>
</changes>
<htmlcontents>
<!--
NO NO NO NO NO!
==============> DO NOT EDIT ME! <======================
AUTOMATICALLY GENERATED FROM APICHANGES.XML, DO NOT EDIT
SEE parsing.api/apichanges.xml
-->
<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>
</apichanges>
|