Skip to content

Commit

Permalink
Item11664:Item12838: schema fixes
Browse files Browse the repository at this point in the history
- store version instead of just indexing it
- make fast highlightning work (by Stephan Osthold)



git-svn-id: http://svn.foswiki.org/trunk/SolrPlugin@17507 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Apr 4, 2014
1 parent d04b0ad commit 2b1af30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions solr/multicore/conf/schema.xml
Expand Up @@ -1157,8 +1157,8 @@
<field name="summary" type="text_generic" />
<field name="author" type="string" />
<field name="contributor" type="string" multiValued="true" />
<field name="version" type="float" indexed="false" />
<field name="text" type="text_generic" />
<field name="version" type="tint" />
<field name="text" type="text_generic" stored="true" termVectors="true" termPositions="true" termOffsets="true" />
<field name="date" type="tdate" />
<field name="createauthor" type="string" />
<field name="createdate" type="tdate" />
Expand Down
1 change: 0 additions & 1 deletion solr/multicore/conf/solrconfig.xml
Expand Up @@ -1545,7 +1545,6 @@

<!-- Configure the single fragListBuilder -->
<fragListBuilder name="single"
default="true"
class="solr.highlight.SingleFragListBuilder"/>

<!-- default tag FragmentsBuilder -->
Expand Down

0 comments on commit 2b1af30

Please sign in to comment.