You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2012/11/03 11:30:12 UTC

[jira] [Created] (STANBOL-794) Add support for filtering/including Entities with no value for the configured Field to the FieldValueFilter (EntityProcessor)

Rupert Westenthaler created STANBOL-794:
-------------------------------------------

             Summary: Add support for filtering/including Entities with no value for the configured Field to the FieldValueFilter (EntityProcessor)
                 Key: STANBOL-794
                 URL: https://issues.apache.org/jira/browse/STANBOL-794
             Project: Stanbol
          Issue Type: Improvement
          Components: Entity Hub
            Reporter: Rupert Westenthaler
            Priority: Minor


Add the possibility to explicitly filter/include Entities that do not have any value for the configured field to the org.apache.stanbol.entityhub.indexing.core.processor.FieldValueFilter

Changes:

1. if the values parameter is not present do not longer throw an Exception, but use this to filter all Entities with no value
2. use "values=" and "values=null" to filter all entities that do have values for the configured field

All other combinations are already supported by the current implementation

NOTE: that this change will not change the behavior of any currently valid configuration as the newly added functionality would trigger IllegalArgumentExceptions with the old implementation.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (STANBOL-794) Add support for filtering/including Entities with no value for the configured Field to the FieldValueFilter (EntityProcessor)

Posted by "Rupert Westenthaler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STANBOL-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-794.
-----------------------------------------

    Resolution: Fixed
      Assignee: Rupert Westenthaler

implemented with http://svn.apache.org/viewvc?rev=1405317&view=rev
                
> Add support for filtering/including Entities with no value for the configured Field to the FieldValueFilter (EntityProcessor)
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: STANBOL-794
>                 URL: https://issues.apache.org/jira/browse/STANBOL-794
>             Project: Stanbol
>          Issue Type: Improvement
>          Components: Entity Hub
>            Reporter: Rupert Westenthaler
>            Assignee: Rupert Westenthaler
>            Priority: Minor
>
> Add the possibility to explicitly filter/include Entities that do not have any value for the configured field to the org.apache.stanbol.entityhub.indexing.core.processor.FieldValueFilter
> Changes:
> 1. if the values parameter is not present do not longer throw an Exception, but use this to filter all Entities with no value
> 2. use "values=" and "values=null" to filter all entities that do have values for the configured field
> All other combinations are already supported by the current implementation
> NOTE: that this change will not change the behavior of any currently valid configuration as the newly added functionality would trigger IllegalArgumentExceptions with the old implementation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira