[ 
https://issues.apache.org/jira/browse/SOLR-11305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16150856#comment-16150856
 ] 

Hoss Man commented on SOLR-11305:
---------------------------------

bq. About the other two files, the sections I wondered about ...

well crap, how did i miss those!! (and now i'm worried about what else i missed)

bq. ... DateRangeField as a drop-in for TrieDateField...does that apply to 
DatePointField also...

yes, just changing those references to PointDateField should be fine

bq. ...the TrieDoubleField in the example config for "BBoxField"...

correct - just replacing the TrieDoubleField with a DoublePointField should be 
fine.  here's how BBoxField is used in the sample techproducts config...

{code}
<fieldType name="bbox" class="solr.BBoxField"
           geo="true" distanceUnits="kilometers" numberType="pdouble" />
<fieldType name="pdouble" class="solr.DoublePointField" docValues="true"/>

{code}

> Ref Guide: Update for *PointFields & deprecated Trie*Fields
> -----------------------------------------------------------
>
>                 Key: SOLR-11305
>                 URL: https://issues.apache.org/jira/browse/SOLR-11305
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>            Reporter: Cassandra Targett
>            Assignee: Cassandra Targett
>            Priority: Minor
>         Attachments: SOLR-11305_hoss_suggestions.patch
>
>
> The Ref Guide doesn't have much about Point fields, so needs to be updated 
> since they are now default numeric types.
> A few things to do:
> # Note that all Trie*Fields are deprecated.
> # Update the field type descriptions (in 
> {{field-types-included-with-solr.adoc}} so they don't refer to TrieFields to 
> describe how they function (like, "This works just like a Trie* field..."), 
> since that will be less & less relevant to users as time goes on.
> # Review all the mentions of Trie fields and replace them with new 
> configurations or descriptions that use PointFields instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to