Difference between revisions of "2012 Solr Preconference"

From Code4Lib
Jump to: navigation, search
Line 39: Line 39:
 
* google analytics
 
* google analytics
 
* put in specific fields for tracking what people search for and click, especially which result number.
 
* put in specific fields for tracking what people search for and click, especially which result number.
 +
 +
Relevance testing:
 +
* types of tests that should always be true (hyphenation should work this way)
 +
* worry about adding too many "result X should appear here"
 +
* cucumber http://cukes.info/
 +
* talk to ndushay about stanford's use of this

Revision as of 18:56, 6 February 2012

The Solr 2012 Preconference Notes of Greatness:

How to get titles like Nature (specifically, big journals like "Nature") to appear near the top:

  • exact title match fields, boost those. (left and right anchored)
  • create boost fields on index for specific things (like serials, you want to boost)

Things coming down the pike on solr:

  • Solr 4.0: hierarchical facets? (do any nightlies work?)
  • new way of handling other languages other than CJK


Replication:


How to get started on solr?


How to get data in:


How to track results?

  • google analytics
  • put in specific fields for tracking what people search for and click, especially which result number.

Relevance testing:

  • types of tests that should always be true (hyphenation should work this way)
  • worry about adding too many "result X should appear here"
  • cucumber http://cukes.info/
  • talk to ndushay about stanford's use of this