Closed (fixed)
Project:
Solr
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Mar 2007 at 04:07 UTC
Updated:
19 Apr 2007 at 15:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
nedjoHere's possibly a better approach. Instead of just appending the extra data to the node body, we instead track it as additional fields (by noting what module produced it). That way, e.g., the comments are indexed separately, as are the taxonomy terms. This introduces the ability (not implemented here, though) to search separately by these parameters.
Comment #2
hickory commentedI see what you mean, but calling 'update index' returns the modified node itself, rather than just extra information, so I don't know that it's appropriate to add the whole thing as an extra node. Also, I think it should be up to the node type-controlling module what gets indexed, so it should call 'update index' on appropriate modules itself.
I've committed something along these lines to the example.
Comment #3
(not verified) commented