[ 
https://issues.apache.org/jira/browse/SOLR-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Woodward updated SOLR-10129:
---------------------------------
    Attachment: SOLR-10129.patch

Here's a patch, currently applying on top of 6x - I'll port it forward to 
master if everybody's happy.

Fields can have up to 4 range dimensions, and are of the following format:
{code}
[10 TO 15, 0 TO MAX, MIN TO 8, 14]
{code}

{{MIN}} and {{MAX}} allow for open ranges, and degenerate ranges of a single 
value are permitted.

Querying uses a special PointRange query parser, like so:
{code}
{!pr field=field method=contains}[range]
{code}

Permitted methods are {{contains}}, {{within}} and {{intersects}}.

> Expose lucene PointRange fields in Solr
> ---------------------------------------
>
>                 Key: SOLR-10129
>                 URL: https://issues.apache.org/jira/browse/SOLR-10129
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>         Attachments: SOLR-10129.patch
>
>
> Follow up to SOLR-8396, it would be nice to expose the sandbox PointRange 
> fields in Solr.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to