You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/17 20:21:16 UTC

[1/3] lucene-solr:branch_5_5: SOLR-9004: Fix name field type definition in films example

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_5_5 060902366 -> 13ed5de60
  refs/heads/branch_5x 0b4a81eaa -> d216ce293


SOLR-9004: Fix name field type definition in films example


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

Branch: refs/heads/branch_5_5
Commit: 276edf3640b065017086bf6a22c1800f9c7eaf3c
Parents: 0609023
Author: Varun Thacker <va...@gmail.com>
Authored: Sun Apr 17 23:51:47 2016 +0530
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 17 16:19:26 2016 -0400

----------------------------------------------------------------------
 solr/example/films/README.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/276edf36/solr/example/films/README.txt
----------------------------------------------------------------------
diff --git a/solr/example/films/README.txt b/solr/example/films/README.txt
index 74a29a1..f1fabe0 100644
--- a/solr/example/films/README.txt
+++ b/solr/example/films/README.txt
@@ -22,6 +22,7 @@ curl http://localhost:8983/solr/films/schema -X POST -H 'Content-type:applicatio
     "add-field" : {
         "name":"name",
         "type":"text_general",
+        "multiValued":false,
         "stored":true
     },
     "add-field" : {
@@ -103,6 +104,7 @@ curl http://localhost:8983/solr/films/schema -X POST -H 'Content-type:applicatio
     "add-field" : {
         "name":"name",
         "type":"text_general",
+        "multiValued":false,
         "stored":true
     },
     "add-field" : {


[3/3] lucene-solr:branch_5_5: SOLR-9004: Add 5.5.2 CHANGES entry

Posted by sa...@apache.org.
SOLR-9004: Add 5.5.2 CHANGES entry


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

Branch: refs/heads/branch_5_5
Commit: 13ed5de600408e13936174620fec6404156b1771
Parents: 276edf3
Author: Steve Rowe <sa...@apache.org>
Authored: Fri Jun 17 16:21:06 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 17 16:21:06 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/13ed5de6/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4bdcbff..4f0c60e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -48,6 +48,8 @@ Bug Fixes
 
 * SOLR-8946: bin/post failed to detect stdin usage on Ubuntu; maybe other unixes. (David Smiley)
 
+* SOLR-9004: Fix "name" field type definition in films example. (Alexandre Rafalovitch via Varun Thacker)
+
 ======================= 5.5.1 =======================
 
 Bug Fixes


[2/3] lucene-solr:branch_5x: SOLR-9004: Fix name field type definition in films example

Posted by sa...@apache.org.
SOLR-9004: Fix name field type definition in films example


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

Branch: refs/heads/branch_5x
Commit: d216ce293b1f0d3ffb1af59797f1d001c49b8327
Parents: 0b4a81e
Author: Varun Thacker <va...@gmail.com>
Authored: Sun Apr 17 23:51:47 2016 +0530
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 17 16:20:09 2016 -0400

----------------------------------------------------------------------
 solr/example/films/README.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d216ce29/solr/example/films/README.txt
----------------------------------------------------------------------
diff --git a/solr/example/films/README.txt b/solr/example/films/README.txt
index 74a29a1..f1fabe0 100644
--- a/solr/example/films/README.txt
+++ b/solr/example/films/README.txt
@@ -22,6 +22,7 @@ curl http://localhost:8983/solr/films/schema -X POST -H 'Content-type:applicatio
     "add-field" : {
         "name":"name",
         "type":"text_general",
+        "multiValued":false,
         "stored":true
     },
     "add-field" : {
@@ -103,6 +104,7 @@ curl http://localhost:8983/solr/films/schema -X POST -H 'Content-type:applicatio
     "add-field" : {
         "name":"name",
         "type":"text_general",
+        "multiValued":false,
         "stored":true
     },
     "add-field" : {