Skip to content

Commit

Permalink
dist folder for docker based installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotte committed Dec 23, 2016
1 parent 89390fd commit 675dbe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You'll also need the respective fields in the `schema.xml` (in the base configur
<!-- the title of the image, e.g. the file name -->
<field name="title" type="text_general" indexed="true" stored="true" multiValued="true"/>
<!-- the url where the image is to be downloaded -->
<field name="imageurl" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="imgurl" type="string" indexed="true" stored="true" multiValued="false"/>
<!-- Dynamic fields for LIRE Solr -->
<dynamicField name="*_ha" type="text_ws" indexed="true" stored="false"/> <!-- if you are using BitSampling -->
<dynamicField name="*_ms" type="text_ws" indexed="true" stored="false"/> <!-- if you are using Metric Spaces Indexing -->
Expand Down
Binary file added dist/lire-sample-core.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Dec 22 12:52:20 CET 2016
buildNumber=87
#Fri Dec 23 13:46:41 CET 2016
versionString=6.3.0_b01
buildDate=2016-12-22-1252
buildNumber=88
buildDate=2016-12-23-1346

0 comments on commit 675dbe0

Please sign in to comment.