You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by rainforc <gi...@git.apache.org> on 2015/12/30 02:34:48 UTC

[GitHub] lucene pull request: lucence_study

GitHub user rainforc opened a pull request:

    https://github.com/apache/lucene/pull/2

    lucence_study

    open source study

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/lucene trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene/pull/2.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2
    
----
commit 23ce4ea43d83e3a39ab637037bdc3b533e107df4
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-05T18:27:27Z

    LUCENE-2037: switch to junit 4.7
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887569 13f79535-47bb-0310-9956-ffa450edef68

commit c7791d336627ee2480c1f1ed80414303af3c103f
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-05T22:37:36Z

    fix enwiki (and a few others) task, DocMaker was removed in 3.0
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887602 13f79535-47bb-0310-9956-ffa450edef68

commit e805f0756d18ad39d26dbd5be8acbf3ba3a24bde
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-06T00:28:04Z

    Use better format for md5sum/sha1 sum on package build (binary files should have * before file name). The format attribute does that automatically.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887617 13f79535-47bb-0310-9956-ffa450edef68

commit 24161cf5ab4c855862d92f991abdbb3bc6008dbe
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-06T11:41:26Z

    LUCENE-2119: behave better if you pass Integer.MAX_VALUE as nDcos to search methods
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887670 13f79535-47bb-0310-9956-ffa450edef68

commit 401904e98649eef78da6fae8ffe0e5ede210cc20
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-06T23:56:31Z

    LUCENE-2119: use numDocs() not maxDoc() as max nDocs we pass to PQ
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887803 13f79535-47bb-0310-9956-ffa450edef68

commit 5485782bd67588e41c2e40e638e8358b8e098b73
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-07T09:57:38Z

    LUCENE-2119: add some more comments in PQ around the +1
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887872 13f79535-47bb-0310-9956-ffa450edef68

commit af7aaa6868aba709503e05c040fdb568668e5451
Author: Mark Robert Miller <ma...@apache.org>
Date:   2009-12-07T12:17:54Z

    LUCENE-2106: ReadTask does not close its Reader when OpenReader/CloseReader are not used.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887899 13f79535-47bb-0310-9956-ffa450edef68

commit 01e441fa762b56b906ab9fbd60409648ec726751
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-07T16:49:21Z

    LUCENE-2103: NoLockFactory should have a private constructor
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887995 13f79535-47bb-0310-9956-ffa450edef68

commit 82ccc82d20f78879ed726ce374f2ad027c345cbb
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-07T17:55:06Z

    LUCENE-1844: speed up back-compat unit tests too
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888052 13f79535-47bb-0310-9956-ffa450edef68

commit 5b021991a4a8f31f9f3ff1de044b44f03d4d35f9
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-08T04:03:40Z

    LUCENE-2132: Fix the demo result.jsp
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888247 13f79535-47bb-0310-9956-ffa450edef68

commit 4d3265012baa9a25fc4455a3445a69fd184d63bc
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T10:19:08Z

    fix typo in javadocs
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888308 13f79535-47bb-0310-9956-ffa450edef68

commit 1a63be4921abca2586c49dc68fb99ecd9ffc5e8c
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T10:37:30Z

    LUCENE-2134: give 512M to JVM generating our javadocs
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888314 13f79535-47bb-0310-9956-ffa450edef68

commit 6d3eaa719cf31153f66ac193e422f489378cb0fa
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T13:47:20Z

    LUCENE-2136: optimization: if Multi/DirectoryReader only has a single reader, delegate enums to it
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888398 13f79535-47bb-0310-9956-ffa450edef68

commit 5223c896f2d73b3ed800a37de27ee94c6461faff
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-08T15:19:21Z

    LUCENE-2136: This can be reverted.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888437 13f79535-47bb-0310-9956-ffa450edef68

commit deaf3ea2bc2339a021427117f7fa9844f1e3e3b4
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-08T22:14:32Z

    LUCENE-2128: Further parallelization of ParallelMultiSearcher
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888595 13f79535-47bb-0310-9956-ffa450edef68

commit 40a97e5782ecd56d1a89fe866f5288ec76c6f218
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T23:05:29Z

    LUCENE-2137: switch to AtomicInteger for some ref counts
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888621 13f79535-47bb-0310-9956-ffa450edef68

commit 502af3acb9a30c560b93245de564e6c9445bd47c
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-09T12:08:06Z

    LUCENE-2124: move jdk collation to core, icu collation to icu contrib
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888780 13f79535-47bb-0310-9956-ffa450edef68

commit 60da1ba24ecfcbe329a3d795c31e3c088eaf7672
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-09T12:22:08Z

    LUCENE-2124: mv package.html docs to overview, like we did for queryparser, to avoid javadocs warnings
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888784 13f79535-47bb-0310-9956-ffa450edef68

commit 45c5ae4961e31e3ed36d259e9b7dd18cab338a9d
Author: Simon Willnauer <si...@apache.org>
Date:   2009-12-09T12:47:37Z

    LUCENE-2117: SnowballAnalyzer uses TurkishLowerCaseFilter instead of LowercaseFilter to correctly handle the unique Turkish casing behavior if used with Version > 3.0 and the TurkishStemmer.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888787 13f79535-47bb-0310-9956-ffa450edef68

commit 9bb920788dac9a83bc02e49a5941e01ddb40c9ef
Author: Simon Willnauer <si...@apache.org>
Date:   2009-12-09T13:32:32Z

    LUCENE-2100: Marked all contrib Analyzer subclasses as final. Analyzers should be only act as a composition of TokenStreams, users should compose their own analyzers instead of subclassing existing ones.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888799 13f79535-47bb-0310-9956-ffa450edef68

commit af0d40b0ea88e73a4f2f3d7cbf1cc03cdb7f0ae2
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-09T13:58:55Z

    LUCENE-2124: update site docs to reflect contrib rename
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888803 13f79535-47bb-0310-9956-ffa450edef68

commit 334e1e3a223b07670c6e593b308c529a752d292c
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-10T11:04:53Z

    LUCENE-2123: Move FuzzyQuery rewrite as separate RewriteMode into MTQ. This also fixes a slowdown / memory issue added by LUCENE-504 -- *WARNING* Do not merge this patch to flex, it's already there in a different variant!
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889185 13f79535-47bb-0310-9956-ffa450edef68

commit 8238d065c596cd52dbd9479f90ed7d61fc853395
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T21:37:11Z

    small javadoc fixes
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889430 13f79535-47bb-0310-9956-ffa450edef68

commit 0af641a656d68c268cc3b1df6cd793c2b33f42ca
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T21:38:07Z

    LUCENE-2144: fix InstantiatedIndex to handle termDocs(null)
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889431 13f79535-47bb-0310-9956-ffa450edef68

commit 7538f7e30d7b185024149063487cca4fe6e238d6
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T21:38:39Z

    LUCENE-2144: fix InstantiatedIndex to handle termDocs(null)
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889432 13f79535-47bb-0310-9956-ffa450edef68

commit 819846746b355bc83c2d298bbd6b881a1ecbfc3e
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T22:03:30Z

    LUCENE-2144: add javadoc warning to AbstractAllTermDocs
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889440 13f79535-47bb-0310-9956-ffa450edef68

commit 19cbe8c9340f29043e3d11952e46c50bc9d52c28
Author: Karl-Johan Wettin <ka...@apache.org>
Date:   2009-12-10T23:26:37Z

    LUCENE-2144
    Warning about descripancy during invalid use of the TermDocs API.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889463 13f79535-47bb-0310-9956-ffa450edef68

commit 9ad185c7deba8a5c2d829abd520a62a3bb20f804
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-11T11:38:17Z

    LUCENE-2142: don't check if term count exceeds doc count in getStringIndex
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889579 13f79535-47bb-0310-9956-ffa450edef68

commit 8f12c5f541dee3a4fc69a73753bd628c3927e274
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-11T13:33:49Z

    fix unchecked warning
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889614 13f79535-47bb-0310-9956-ffa450edef68

commit 0d558d6abf75faf183549522035cae3587229a34
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-11T13:55:14Z

    LUCENE-2123: Remove the deprec ScoreTerm in FuzzyQuery, javadocs, better test for the PQ overflow
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889622 13f79535-47bb-0310-9956-ffa450edef68

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene pull request: lucence_study

Posted by rainforc <gi...@git.apache.org>.
Github user rainforc closed the pull request at:

    https://github.com/apache/lucene/pull/2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene pull request: lucence_study

Posted by rainforc <gi...@git.apache.org>.
GitHub user rainforc reopened a pull request:

    https://github.com/apache/lucene/pull/2

    lucence_study

    open source study

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/lucene trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene/pull/2.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2
    
----
commit 23ce4ea43d83e3a39ab637037bdc3b533e107df4
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-05T18:27:27Z

    LUCENE-2037: switch to junit 4.7
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887569 13f79535-47bb-0310-9956-ffa450edef68

commit c7791d336627ee2480c1f1ed80414303af3c103f
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-05T22:37:36Z

    fix enwiki (and a few others) task, DocMaker was removed in 3.0
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887602 13f79535-47bb-0310-9956-ffa450edef68

commit e805f0756d18ad39d26dbd5be8acbf3ba3a24bde
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-06T00:28:04Z

    Use better format for md5sum/sha1 sum on package build (binary files should have * before file name). The format attribute does that automatically.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887617 13f79535-47bb-0310-9956-ffa450edef68

commit 24161cf5ab4c855862d92f991abdbb3bc6008dbe
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-06T11:41:26Z

    LUCENE-2119: behave better if you pass Integer.MAX_VALUE as nDcos to search methods
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887670 13f79535-47bb-0310-9956-ffa450edef68

commit 401904e98649eef78da6fae8ffe0e5ede210cc20
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-06T23:56:31Z

    LUCENE-2119: use numDocs() not maxDoc() as max nDocs we pass to PQ
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887803 13f79535-47bb-0310-9956-ffa450edef68

commit 5485782bd67588e41c2e40e638e8358b8e098b73
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-07T09:57:38Z

    LUCENE-2119: add some more comments in PQ around the +1
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887872 13f79535-47bb-0310-9956-ffa450edef68

commit af7aaa6868aba709503e05c040fdb568668e5451
Author: Mark Robert Miller <ma...@apache.org>
Date:   2009-12-07T12:17:54Z

    LUCENE-2106: ReadTask does not close its Reader when OpenReader/CloseReader are not used.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887899 13f79535-47bb-0310-9956-ffa450edef68

commit 01e441fa762b56b906ab9fbd60409648ec726751
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-07T16:49:21Z

    LUCENE-2103: NoLockFactory should have a private constructor
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@887995 13f79535-47bb-0310-9956-ffa450edef68

commit 82ccc82d20f78879ed726ce374f2ad027c345cbb
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-07T17:55:06Z

    LUCENE-1844: speed up back-compat unit tests too
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888052 13f79535-47bb-0310-9956-ffa450edef68

commit 5b021991a4a8f31f9f3ff1de044b44f03d4d35f9
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-08T04:03:40Z

    LUCENE-2132: Fix the demo result.jsp
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888247 13f79535-47bb-0310-9956-ffa450edef68

commit 4d3265012baa9a25fc4455a3445a69fd184d63bc
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T10:19:08Z

    fix typo in javadocs
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888308 13f79535-47bb-0310-9956-ffa450edef68

commit 1a63be4921abca2586c49dc68fb99ecd9ffc5e8c
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T10:37:30Z

    LUCENE-2134: give 512M to JVM generating our javadocs
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888314 13f79535-47bb-0310-9956-ffa450edef68

commit 6d3eaa719cf31153f66ac193e422f489378cb0fa
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T13:47:20Z

    LUCENE-2136: optimization: if Multi/DirectoryReader only has a single reader, delegate enums to it
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888398 13f79535-47bb-0310-9956-ffa450edef68

commit 5223c896f2d73b3ed800a37de27ee94c6461faff
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-08T15:19:21Z

    LUCENE-2136: This can be reverted.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888437 13f79535-47bb-0310-9956-ffa450edef68

commit deaf3ea2bc2339a021427117f7fa9844f1e3e3b4
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-08T22:14:32Z

    LUCENE-2128: Further parallelization of ParallelMultiSearcher
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888595 13f79535-47bb-0310-9956-ffa450edef68

commit 40a97e5782ecd56d1a89fe866f5288ec76c6f218
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-08T23:05:29Z

    LUCENE-2137: switch to AtomicInteger for some ref counts
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888621 13f79535-47bb-0310-9956-ffa450edef68

commit 502af3acb9a30c560b93245de564e6c9445bd47c
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-09T12:08:06Z

    LUCENE-2124: move jdk collation to core, icu collation to icu contrib
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888780 13f79535-47bb-0310-9956-ffa450edef68

commit 60da1ba24ecfcbe329a3d795c31e3c088eaf7672
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-09T12:22:08Z

    LUCENE-2124: mv package.html docs to overview, like we did for queryparser, to avoid javadocs warnings
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888784 13f79535-47bb-0310-9956-ffa450edef68

commit 45c5ae4961e31e3ed36d259e9b7dd18cab338a9d
Author: Simon Willnauer <si...@apache.org>
Date:   2009-12-09T12:47:37Z

    LUCENE-2117: SnowballAnalyzer uses TurkishLowerCaseFilter instead of LowercaseFilter to correctly handle the unique Turkish casing behavior if used with Version > 3.0 and the TurkishStemmer.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888787 13f79535-47bb-0310-9956-ffa450edef68

commit 9bb920788dac9a83bc02e49a5941e01ddb40c9ef
Author: Simon Willnauer <si...@apache.org>
Date:   2009-12-09T13:32:32Z

    LUCENE-2100: Marked all contrib Analyzer subclasses as final. Analyzers should be only act as a composition of TokenStreams, users should compose their own analyzers instead of subclassing existing ones.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888799 13f79535-47bb-0310-9956-ffa450edef68

commit af0d40b0ea88e73a4f2f3d7cbf1cc03cdb7f0ae2
Author: Robert Muir <rm...@apache.org>
Date:   2009-12-09T13:58:55Z

    LUCENE-2124: update site docs to reflect contrib rename
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@888803 13f79535-47bb-0310-9956-ffa450edef68

commit 334e1e3a223b07670c6e593b308c529a752d292c
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-10T11:04:53Z

    LUCENE-2123: Move FuzzyQuery rewrite as separate RewriteMode into MTQ. This also fixes a slowdown / memory issue added by LUCENE-504 -- *WARNING* Do not merge this patch to flex, it's already there in a different variant!
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889185 13f79535-47bb-0310-9956-ffa450edef68

commit 8238d065c596cd52dbd9479f90ed7d61fc853395
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T21:37:11Z

    small javadoc fixes
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889430 13f79535-47bb-0310-9956-ffa450edef68

commit 0af641a656d68c268cc3b1df6cd793c2b33f42ca
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T21:38:07Z

    LUCENE-2144: fix InstantiatedIndex to handle termDocs(null)
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889431 13f79535-47bb-0310-9956-ffa450edef68

commit 7538f7e30d7b185024149063487cca4fe6e238d6
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T21:38:39Z

    LUCENE-2144: fix InstantiatedIndex to handle termDocs(null)
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889432 13f79535-47bb-0310-9956-ffa450edef68

commit 819846746b355bc83c2d298bbd6b881a1ecbfc3e
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-10T22:03:30Z

    LUCENE-2144: add javadoc warning to AbstractAllTermDocs
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889440 13f79535-47bb-0310-9956-ffa450edef68

commit 19cbe8c9340f29043e3d11952e46c50bc9d52c28
Author: Karl-Johan Wettin <ka...@apache.org>
Date:   2009-12-10T23:26:37Z

    LUCENE-2144
    Warning about descripancy during invalid use of the TermDocs API.
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889463 13f79535-47bb-0310-9956-ffa450edef68

commit 9ad185c7deba8a5c2d829abd520a62a3bb20f804
Author: Michael McCandless <mi...@apache.org>
Date:   2009-12-11T11:38:17Z

    LUCENE-2142: don't check if term count exceeds doc count in getStringIndex
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889579 13f79535-47bb-0310-9956-ffa450edef68

commit 8f12c5f541dee3a4fc69a73753bd628c3927e274
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-11T13:33:49Z

    fix unchecked warning
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889614 13f79535-47bb-0310-9956-ffa450edef68

commit 0d558d6abf75faf183549522035cae3587229a34
Author: Uwe Schindler <us...@apache.org>
Date:   2009-12-11T13:55:14Z

    LUCENE-2123: Remove the deprec ScoreTerm in FuzzyQuery, javadocs, better test for the PQ overflow
    
    git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@889622 13f79535-47bb-0310-9956-ffa450edef68

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene pull request: lucence_study

Posted by rainforc <gi...@git.apache.org>.
Github user rainforc closed the pull request at:

    https://github.com/apache/lucene/pull/2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org