I'm brand-new to solr and solrj, and investigating them as a potential platform for a search-oriented app.
We have a lot of data in a MongoDB instance, with pojos defined ...
I started playing with examples that come with solr distribution and got some questions.
I'm trying to use ExtractingRequestHandler to index html file and also set "keywords" field I specify as request ...
I have a class called Dataset that has an Organization field. I want to add this to the solr index. I gave to Organization's fields proper annotation as well.
I have been successful in enabling highlighting on Text based field types, but not for non-text field types...
How does one configure solr to highlight non-text field types? I cannot find a ...