[JBoss JIRA] (ISPN-11797) Introduce strong typed indexing configuration
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11797?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes updated ISPN-11797:
-------------------------------------
Summary: Introduce strong typed indexing configuration (was: Introduce strong typed indexing configuration:)
> Introduce strong typed indexing configuration
> ---------------------------------------------
>
> Key: ISPN-11797
> URL: https://issues.redhat.com/browse/ISPN-11797
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying, Remote Querying
> Affects Versions: 11.0.0.Dev05
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: ispn-query11
> Fix For: 11.0.0.Final
>
>
> {code:xml}
> <!-- Minimal -->
> <indexing>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Medium -->
> <indexing storage="file" path="${server.data}/index">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <indexing storage="heap">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Maximal -->
> <indexing storage="file" path="${server.data}/index">
> <index-reader refresh-interval="10s"/>
> <!-- Check SYNC behavior Hsearch 6 -->
> <index-writer mode="async" commit-internal="10s"/>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> <properties>
> <property name="default.indexwriter.merge_factor">30</property>
> </properties>
> </indexing>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11798) Deprecate CacheQuery
by Gustavo Fernandes (Jira)
Gustavo Fernandes created ISPN-11798:
----------------------------------------
Summary: Deprecate CacheQuery
Key: ISPN-11798
URL: https://issues.redhat.com/browse/ISPN-11798
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying
Reporter: Gustavo Fernandes
* Bring iterator support to {{org.infinispan.query.dsl.Query}}
* Introduce {{QueryResult}} object to contain query response related objects, such as the number of hits and the number of results
* Deprecated {{getProjection()}}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11796) Introduce strong typed indexing configuration
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11796?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes deleted ISPN-11796:
-------------------------------------
> Introduce strong typed indexing configuration
> ---------------------------------------------
>
> Key: ISPN-11796
> URL: https://issues.redhat.com/browse/ISPN-11796
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Gustavo Fernandes
> Priority: Major
> Labels: ispn-query11
>
> {code:xml}
> <!-- Minimal -->
> <indexing>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Medium -->
> <indexing storage="file" path="${server.data}/index">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <indexing storage="heap">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Maximal -->
> <indexing storage="file" path="${server.data}/index">
> <index-reader refresh-interval="10s"/>
> <!-- Check SYNC behavior Hsearch 6 -->
> <index-writer mode="async" commit-internal="10s"/>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> <properties>
> <property name="default.indexwriter.merge_factor">30</property>
> </properties>
> </indexing>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11791) Query indexing configuration schema
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11791?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes deleted ISPN-11791:
-------------------------------------
> Query indexing configuration schema
> -----------------------------------
>
> Key: ISPN-11791
> URL: https://issues.redhat.com/browse/ISPN-11791
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: ispn-query11
>
> Introduce strong typed indexing configuration:
> {code:xml}
> <!-- Minimal -->
> <indexing>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Medium -->
> <indexing storage="file" path="${server.data}/index">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <indexing storage="heap">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Maximal -->
> <indexing storage="file" path="${server.data}/index">
> <index-reader refresh-interval="10s"/>
> <!-- Check SYNC behavior Hsearch 6 -->
> <index-writer mode="async" commit-internal="10s"/>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> <properties>
> <property name="default.indexwriter.merge_factor">30</property>
> </properties>
> </indexing>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11793) Query indexing configuration schema
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11793?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes deleted ISPN-11793:
-------------------------------------
> Query indexing configuration schema
> -----------------------------------
>
> Key: ISPN-11793
> URL: https://issues.redhat.com/browse/ISPN-11793
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: ispn-query11
>
> Introduce strong typed indexing configuration:
> {code:xml}
> <!-- Minimal -->
> <indexing>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Medium -->
> <indexing storage="file" path="${server.data}/index">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <indexing storage="heap">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Maximal -->
> <indexing storage="file" path="${server.data}/index">
> <index-reader refresh-interval="10s"/>
> <!-- Check SYNC behavior Hsearch 6 -->
> <index-writer mode="async" commit-internal="10s"/>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> <properties>
> <property name="default.indexwriter.merge_factor">30</property>
> </properties>
> </indexing>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11794) Query indexing configuration schema
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11794?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes deleted ISPN-11794:
-------------------------------------
> Query indexing configuration schema
> -----------------------------------
>
> Key: ISPN-11794
> URL: https://issues.redhat.com/browse/ISPN-11794
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: ispn-query11
>
> Introduce strong typed indexing configuration:
> {code:xml}
> <!-- Minimal -->
> <indexing>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Medium -->
> <indexing storage="file" path="${server.data}/index">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <indexing storage="heap">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Maximal -->
> <indexing storage="file" path="${server.data}/index">
> <index-reader refresh-interval="10s"/>
> <!-- Check SYNC behavior Hsearch 6 -->
> <index-writer mode="async" commit-internal="10s"/>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> <properties>
> <property name="default.indexwriter.merge_factor">30</property>
> </properties>
> </indexing>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11792) Query indexing configuration schema
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-11792?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes deleted ISPN-11792:
-------------------------------------
> Query indexing configuration schema
> -----------------------------------
>
> Key: ISPN-11792
> URL: https://issues.redhat.com/browse/ISPN-11792
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
> Labels: ispn-query11
>
> Introduce strong typed indexing configuration:
> {code:xml}
> <!-- Minimal -->
> <indexing>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Medium -->
> <indexing storage="file" path="${server.data}/index">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <indexing storage="heap">
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> </indexing>
> {code}
> {code:xml}
> <!-- Maximal -->
> <indexing storage="file" path="${server.data}/index">
> <index-reader refresh-interval="10s"/>
> <!-- Check SYNC behavior Hsearch 6 -->
> <index-writer mode="async" commit-internal="10s"/>
> <indexed-entities>
> <indexed-entity>org.infinispan.query.test.Person</indexed-entity>
> </indexed-entities>
> <properties>
> <property name="default.indexwriter.merge_factor">30</property>
> </properties>
> </indexing>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months
[JBoss JIRA] (ISPN-11797) Introduce strong typed indexing configuration:
by Gustavo Fernandes (Jira)
Gustavo Fernandes created ISPN-11797:
----------------------------------------
Summary: Introduce strong typed indexing configuration:
Key: ISPN-11797
URL: https://issues.redhat.com/browse/ISPN-11797
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying, Remote Querying
Affects Versions: 11.0.0.Dev05
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 11.0.0.Final
{code:xml}
<!-- Minimal -->
<indexing>
<indexed-entities>
<indexed-entity>org.infinispan.query.test.Person</indexed-entity>
</indexed-entities>
</indexing>
{code}
{code:xml}
<!-- Medium -->
<indexing storage="file" path="${server.data}/index">
<indexed-entities>
<indexed-entity>org.infinispan.query.test.Person</indexed-entity>
</indexed-entities>
</indexing>
{code}
{code:xml}
<indexing storage="heap">
<indexed-entities>
<indexed-entity>org.infinispan.query.test.Person</indexed-entity>
</indexed-entities>
</indexing>
{code}
{code:xml}
<!-- Maximal -->
<indexing storage="file" path="${server.data}/index">
<index-reader refresh-interval="10s"/>
<!-- Check SYNC behavior Hsearch 6 -->
<index-writer mode="async" commit-internal="10s"/>
<indexed-entities>
<indexed-entity>org.infinispan.query.test.Person</indexed-entity>
</indexed-entities>
<properties>
<property name="default.indexwriter.merge_factor">30</property>
</properties>
</indexing>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 8 months