Blacklight Plugin

Are we using the right solr field for OpenSearch

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.6
  • Fix Version/s: Down the Road
  • Component/s: None
  • Description:
    Hide
    Right now we're returning the same field that used for the title display in the catalog/index view to the autocomplete json response.

    This is then the string that is searched on in the everything search. This could potentially cause some problems.

    We could possibly pull several fields into the response, like title, author, subject. But do we have fields that can be configured for this, have an opensearch field that contains these things?
    Show
    Right now we're returning the same field that used for the title display in the catalog/index view to the autocomplete json response. This is then the string that is searched on in the everything search. This could potentially cause some problems. We could possibly pull several fields into the response, like title, author, subject. But do we have fields that can be configured for this, have an opensearch field that contains these things?

Issue Links

Activity

Hide
Naomi Dushay added a comment - 27/Aug/09 12:55 PM
Field has been created. It is named:

opensearch_display
Show
Naomi Dushay added a comment - 27/Aug/09 12:55 PM Field has been created. It is named: opensearch_display
Hide
Jessie Keck added a comment - 26/Oct/09 4:27 PM
opensearch_display needs to be indexed so that it can be searched. Then we can search the fields and return an appropriate result in the autocomplete.
Show
Jessie Keck added a comment - 26/Oct/09 4:27 PM opensearch_display needs to be indexed so that it can be searched. Then we can search the fields and return an appropriate result in the autocomplete.
Hide
Naomi Dushay added a comment - 29/Oct/09 7:24 PM
currently waiting on Naomi changing the demo index to index the solr open search field (it's currently stored, but not indexed)
Show
Naomi Dushay added a comment - 29/Oct/09 7:24 PM currently waiting on Naomi changing the demo index to index the solr open search field (it's currently stored, but not indexed)
Hide
Jonathan Rochkind added a comment - 24/Jan/11 1:18 PM
I wonder if we need a config for what field to use for autocomplete in opensearch?
Show
Jonathan Rochkind added a comment - 24/Jan/11 1:18 PM I wonder if we need a config for what field to use for autocomplete in opensearch?
Hide
Jonathan Rochkind added a comment - 28/Apr/11 2:01 PM
bullk change, pushing past 3.1 in preperation for 3.0.
Show
Jonathan Rochkind added a comment - 28/Apr/11 2:01 PM bullk change, pushing past 3.1 in preperation for 3.0.

People

Dates

  • Created:
    01/May/09 1:41 PM
    Updated:
    11/Jul/11 1:43 PM