Marcel,

Its a bug in jackrabbit NodeIndexer, it simply ignores encoding property.

check like 282 org.apache.jackrabbit.core.query.lucene.NodeIndexer.java

encodingProp.getValues()[0].internalValue().toString();
-------- Should be
encoding = encodingProp.getValues()[0].internalValue().toString();


regards,
- Sameer






On Mar 27, 2006, at 5:32 PM, thomasg wrote:


Hi Marcel,

Thanks for your advice. I tried creating my text file using notepad and choosing UTF-8 as the Encoding in the save dialogue. I added this to my
code:

resourceNode.setProperty("jcr:encoding", "UTF-8"); //Also tried "UTF8"

Unfortunately my query still returns no hits. Would you expect this to work or can you please suggest a better combination of encodings and encoding
string to try. Cheers, Thomas
--
View this message in context: http://www.nabble.com/No-hits- returned-when-searching-.txt-file-t1349111.html#a3611591
Sent from the Jackrabbit - Dev forum at Nabble.com.


Reply via email to