indexing - How to index and serve poems using apache solr -
i using solr 4.10. have index poetry data in solr. should document structure. basically, want give search facility term in poem. specific distich should given back. should index complete poem in single document or 1 document per distich. know poems have 2 lines single concept , 4 etc. should storing format ?
index distiches individually , link them through poem identifier , sequence id. way can retrieve distich before or after - or whole poem.
if there's use cases need treat poems whole instead, create separate collection , index both collections. way can adjust , tweak search results need, depending on use case.
Comments
Post a Comment