Bug 1024319 - Infinispan Query Guide: 4.2.1. Configure the Query Module
Summary: Infinispan Query Guide: 4.2.1. Configure the Query Module
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: GA
: 6.2.0
Assignee: Mandar Joshi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-29 11:45 UTC by Anna Manukyan
Modified: 2015-09-01 02:59 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Build Name: 14318, Infinispan Query Guide-6.2-Beta-1 Build Date: 22-10-2013 18:24:19 Topic ID: 5154-477864 [Latest]
Last Closed: 2013-12-06 10:11:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Anna Manukyan 2013-10-29 11:45:11 UTC
In Procedure 4.2. - "Configure the Query Module for JBoss Data Grid":

Point 2: It is not clear what properties should be set in infinispan-module.properties file;

Point 3: It is said that the following configuration should be placed in "Infinispan Query XML file for JDG". What file do you mean? It is not clear for the reader.

Point 3 - Code snippet: 

Currently the snippet looks like: 

<property name="[default|<indexname>].directory_provider infinispan"
          value="filesystem" /> 

<property name="default.directory_provider"
          value="/var/lucene/indexes" /> 

If this code snippet refers to the configuration of the indexing for the cache, then from my point of view it should be:

<property name="[default|<indexname>].directory_provider"
          value="filesystem" /> 

<property name="[default|<indexname>].indexBase"
          value="/var/lucene/indexes" />

Comment 4 Misha H. Ali 2013-11-26 05:54:31 UTC
Changing need info for sanne. Perhaps adrian can help with this while Sanne is away.

Comment 5 Misha H. Ali 2013-12-06 06:00:26 UTC
These should be fixed now. Please follow up by checking the mentioned sections and comparing with the reported problems. If unsure, check with either:

* Sanne
* Adrian (anistor)
* martin gencur
* vitalii

To see if this issue is fixed and close it NOTABUG if not.

Comment 7 Mandar Joshi 2013-12-06 10:11:47 UTC
Closing this bug as NOTABUG.


Note You need to log in before you can comment on or make changes to this bug.