You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2017/12/04 21:40:17 UTC

[1/2] lucene-solr:branch_7x: Remove unused import

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_1 65a716911 -> a48155761
  refs/heads/branch_7x e2d5e6382 -> 3dc61db1b


Remove unused import


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3dc61db1
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3dc61db1
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3dc61db1

Branch: refs/heads/branch_7x
Commit: 3dc61db1bc0ed29bdea6870385f885c36be99ec9
Parents: e2d5e63
Author: Simon Willnauer <si...@apache.org>
Authored: Mon Dec 4 22:39:36 2017 +0100
Committer: Simon Willnauer <si...@apache.org>
Committed: Mon Dec 4 22:39:47 2017 +0100

----------------------------------------------------------------------
 lucene/core/src/java/org/apache/lucene/index/IndexWriter.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3dc61db1/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java b/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
index a2991c1..6ba3380 100644
--- a/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
+++ b/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
@@ -33,7 +33,6 @@ import java.util.Map;
 import java.util.PriorityQueue;
 import java.util.Queue;
 import java.util.Set;
-import java.util.concurrent.ConcurrentSkipListSet;
 import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.concurrent.atomic.AtomicInteger;
 import java.util.concurrent.atomic.AtomicLong;
@@ -85,7 +84,7 @@ import static org.apache.lucene.search.DocIdSetIterator.NO_MORE_DOCS;
   even while readers are using the index. The old readers will 
   continue to search the "point in time" snapshot they had opened, 
   and won't see the newly created index until they re-open. If 
-  {@link OpenMode#CREATE_OR_APPEND} is used IndexWriter will create a 
+  {@link OpenMode#CREATE_OR_APPEND} is used IndexWriter will create a
   new index if there is not already an index at the provided path
   and otherwise open the existing index.</p>
 


[2/2] lucene-solr:branch_7_1: Remove unused import

Posted by si...@apache.org.
Remove unused import


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a4815576
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a4815576
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a4815576

Branch: refs/heads/branch_7_1
Commit: a48155761956add0dcae00f75fb1646011618a62
Parents: 65a7169
Author: Simon Willnauer <si...@apache.org>
Authored: Mon Dec 4 22:39:36 2017 +0100
Committer: Simon Willnauer <si...@apache.org>
Committed: Mon Dec 4 22:39:59 2017 +0100

----------------------------------------------------------------------
 lucene/core/src/java/org/apache/lucene/index/IndexWriter.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a4815576/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java b/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
index 7d4e941..00632ca 100644
--- a/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
+++ b/lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
@@ -33,7 +33,6 @@ import java.util.Map;
 import java.util.PriorityQueue;
 import java.util.Queue;
 import java.util.Set;
-import java.util.concurrent.ConcurrentSkipListSet;
 import java.util.concurrent.atomic.AtomicBoolean;
 import java.util.concurrent.atomic.AtomicInteger;
 import java.util.concurrent.atomic.AtomicLong;
@@ -85,7 +84,7 @@ import static org.apache.lucene.search.DocIdSetIterator.NO_MORE_DOCS;
   even while readers are using the index. The old readers will 
   continue to search the "point in time" snapshot they had opened, 
   and won't see the newly created index until they re-open. If 
-  {@link OpenMode#CREATE_OR_APPEND} is used IndexWriter will create a 
+  {@link OpenMode#CREATE_OR_APPEND} is used IndexWriter will create a
   new index if there is not already an index at the provided path
   and otherwise open the existing index.</p>