mirror of https://github.com/apache/lucene.git
5 lines
106 B
Ruby
5 lines
106 B
Ruby
|
class I18nController < ApplicationController
|
||
|
def index
|
||
|
@results = SOLR.query("acute").hits
|
||
|
end
|
||
|
end
|