mirror of https://github.com/apache/lucene.git
SOLR-535
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@645614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7667caacec
commit
500358c2da
|
@ -321,6 +321,8 @@ Bug Fixes
|
|||
19. SOLR-496: Cache-Control max-age changed to Long so Expires
|
||||
calculation won't cause overflow. (Thomas Peuss via hossman)
|
||||
|
||||
20. SOLR-535: Fixed typo (Tokenzied -> Tokenized) in schema.jsp (Thomas Peuss via billa)
|
||||
|
||||
Other Changes
|
||||
1. SOLR-135: Moved common classes to org.apache.solr.common and altered the
|
||||
build scripts to make two jars: apache-solr-1.3.jar and
|
||||
|
|
|
@ -271,7 +271,7 @@
|
|||
}
|
||||
return p;
|
||||
}));
|
||||
$('#mainInfo').append(solr.createNameValueText('Tokenzied', ft.tokenized));
|
||||
$('#mainInfo').append(solr.createNameValueText('Tokenized', ft.tokenized));
|
||||
$('#mainInfo').append(solr.createNameValueText('Class Name', ft.className));
|
||||
|
||||
solr.displayAnalyzer(ft.indexAnalyzer, 'Index Analyzer');
|
||||
|
|
Loading…
Reference in New Issue