Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2008 at 13:39 UTC
Updated:
18 Jan 2009 at 03:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedComment #2
pwolanin commenteddiscussing w/ Robert and Jacob - we could think about shortening the dynamic field patterns to be like
isf_*rather thanisfield*, but maybe the effort is not worth it. The only reason would be if we were hitting field-name size limits or query URL size limits.Jacob says that Jetty supports 4096 chars in a URL, so it seems unlikely that we'd get close to this - even 4x facets that were 50 chars each...
In fact Jacob says he'd almost rather see us expand the names to make for better DX - e.g. integer_sf* or even integer_single_f*
Comment #3
pwolanin commentedbetter patch - does some clean up around the get_cck_fields functionality.
Comment #4
pwolanin commentedslightly better- add a bool cast.
Comment #5
pwolanin commentednodeaccess* -> stored=="false" since this is only ever being used to filter.
Comment #6
pwolanin commentedcommitted to 6.x
Comment #7
aufumy commentedUpon indexing,
$node->$keylooking for 'cck_field_test' instead of 'field_test'. Addedltrim($key, 'cck_')Comment #8
pwolanin commentedah, good point - though maybe we should just construct this better - like this?
Comment #9
aufumy commentedIt works! Deleted index, ran cron and tested fine.
Thanks
Audrey
Comment #10
pwolanin commentedcommitted to 6.x
Comment #11
pwolanin commentedat some point all these changes need to be backported.
Comment #12
pwolanin commented