Hi, On Sun, 2009-01-11 at 17:07 +0530, Shalin Shekhar Mangar wrote: > On Sun, Jan 11, 2009 at 4:02 PM, Norbert Hartl <norb...@hartl.name> wrote: > > > > > I like the search result to include only the fields > > that matched the search. Is this possible? I only > > saw the field spec where you can have a certain set > > of fields or all. > > > Are you looking for highlighting (snippets)? > > http://wiki.apache.org/solr/HighlightingParameters > > A Field can be indexed (searchable) or stored (retrievable) or both. When > you make a query to Solr, you yourself specify which fields it needs to > search on. If they are stored, you can ask to retrieve those fields only. > Not sure if that answers your question. > no, it doesn't. I want to have the following:
Doc1 field one = super test text field two = something field three = another thing Doc2 field one = even other stuff field zzz = this is a test Searching for test I want to retrieve Doc1 field one Doc2 field zzz So I want only retrieve the fields that match the search (test in this case) I hope this makes it clear. Norbert