Hi

on the following field

<fields name="status">
[...]
<field name="message" index="analyzed" store="yes" default="true"/>
[...]
</fields>

the following query works

{!lucene q.op=AND} [...] AND (status.message&STRING_ANALYZED_NO_US:(some 
keywords) AND [...]

I was wondering If the query syntax above works as well if the store property 
of the field is set to NO. 

<fields name="status">

[...]

<field name="message" index="analyzed" store="no" default="true"/>

[...]

</fields>


I have tried it and it seems to work. I would appreciate if someone could 
confirm!

Thank you





      

Reply via email to