Closed (won't fix)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2011 at 06:12 UTC
Updated:
20 Oct 2011 at 02:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
McGo commentedI created a very simple path that indexes the node type.
Comment #2
McGo commentedHm. this obviously can't work because of the schema file. What about storing the node type in the field "type"? Right now the information about the data in the index being a comment ist stored twice: in the entity field and in the type field...
Comment #3
McGo commentedRegarding the deliviered schema file, I rewrote the patch to use the single string field ss_nodetype. This is not the best solution, using type would be better but would possibly result in some more work?!?
Comment #4
pwolanin commentedunsupported branch