This website requires JavaScript.
Explore
Help
Sign In
Apache
/
lucene
mirror of
https://github.com/apache/lucene.git
Watch
1
Star
0
Fork
You've already forked lucene
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7bd3f981a
lucene
/
client
/
ruby
/
flare
/
app
/
views
/
i18n
/
index.rhtml
3 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
an example of the accented characters of the example data being displayd from Flare via solrb git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502126 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 00:16:11 -05:00
<% @results[0]['features'].each do |f| %>
html escape the field values to be displayed, so we get the nicetag shown git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502127 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 00:22:10 -05:00
<%= h f%>
an example of the accented characters of the example data being displayd from Flare via solrb git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502126 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 00:16:11 -05:00
<% end %>