Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
schema.xml
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 22:57 UTC
Updated:
30 Dec 2009 at 11:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedNice change. Does this conflict in any way with the version parameter sent from the PhpClient?
Comment #2
anarchivist commented@robertDouglass: Are you talking about line 884 in SolrPhpClient/Apache/Solr/Service.php? If so, that's actually a different version parameter- that's the version parameter for the response format. Therefore it should not conflict with the version sent from the client library at all.
Comment #3
robertdouglass commentedOk. I had a suspicion that was the case but was too busy to confirm. Thanks for doing so.
Comment #4
pwolanin commentedwe should probably increase our version # too.
Comment #5
pwolanin commentedHere's a broader possible update.
We need to think about whether we are willing to force re-indexing to convert to solr.FloatField to solr.TrieFloatField
same for date fields.
Comment #6
robertdouglass commentedDo we want to add an ngrams field as well? imo better to get all schema changes in one go.
Comment #7
pwolanin commentedAs a dynamic field? N grams or edge N grams (for autocomplete)?
Comment #8
robertdouglass commentedwell, I was first thinking of edge n grams for autocomplete, but the point is that we should include a fairly complete set of 1.4 functionality in the schema, even if the main modules don't make use of it. I think adding a terms component request handler would also be high on my list as I want to make a provision for getting a list of terms in a field (very useful for debugging, especially when you don't have direct access to the solr admin app, as in Acquia Search)
Comment #9
pwolanin commentedThe handler would be in the solrconfig, right? not the schema.
Comment #10
robertdouglass commentedRight.
Comment #11
pwolanin commentedA 1st pass at adding in Edge N grams too. untested
I think the N Edge gram with the keyword toenizer is not all the generally useful? Well maybe... could be useful for autocomplete on titles or term names.
Would we want the character mapping there? Does a min gram size of 1 make sense? I upped that to 2.
Comment #12
pwolanin commentedwill mark #602152: Why leave out the dynamic field 'random_*' as duplicate
Comment #13
pwolanin commentedwith some extra comments
Comment #14
pwolanin commentedcommitted to 6.x-1.x
Comment #15
robertdouglass commentedCommitted to 6.2 and 5.2.