git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@645614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Au 2008-04-07 17:01:16 +00:00
parent 7667caacec
commit 500358c2da
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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');