- SOLR runs on Tomcat
- http://lucene.apache.org/solr/tutorial.html gives a tutorial on SOLR
- go to http://localhost:8080/solr/admin/dataimport.jsp to import SOLR data then click on DataImport and then click on Full Import with Cleaning
- http://tomcat.apache.org/tomcat-7.0-doc/setup.html is on Tomcat 7 setup
- we need to restart Tomcat when we update SOLR
- select/?q=UPC%3A*&version=2.2&start=0&rows=12&indent=on selects all in SOLR while select/?q=ID%3A123&version=2.2&start=0&rows=12&indent=on will return the record where the ID column is 123...the %3A is sort of like an equals symbol or a colon or whatever the matching operator is
- I wonder if one filters a SOLR search with highlighting... http://wiki.apache.org/solr/HighlightingParameters#hl.snippets
- reseraching SOLR while I wait http://lucene.apache.org/solr/tutorial.html#Querying+Data
Tuesday, April 1, 2014
old notes on Solr pulled from other places
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment