Services via API • handle misspelled entry • phrase handling (cake vs. crab cake) • also synonyms, facets, hit highlighting, pagination • Highly Customizable, Fast, and Scalable • Most Popular Enterprise Search Engine
csv file with your documents Post file to your update handler, the default url is http://127.0.0.1:8983/solr/update $ curl http://localhost:8983/solr/update -H "Content-Type: text/xml" --data-binary @data.xml (Instructions for indexing directly from MySQL:http://rebeccagrenier.com/solr)
in your document • The only fields you need to define are fields you would like to search by or fields you would like to return to display along with the results. <field name="title" type="text" indexed="true" stored="true" multiValued="false"/>
changes for Solr to work • add Query Components (such as spell check) to your query, and configure them • Set parameter defaults, parameters you don’t want to have to pass in with your query string every time • Here is where we are working on better recipe search results
Highly customizable to get the search results you want • Provide users with the advanced features they expect • Easy to get up and running • The price is right – Free!