Hi everyone. 

I've got a table named Supertable with a String field called description. 

Created a Lucene index on it, like so :

create index Supertable.description on Supertable (description) FULLTEXT 
ENGINE LUCENE

return from studio was that the index was created, with 1150 indexed.

If I query the index directly, like so :

SELECT * FROM index:Supertable.description WHERE key LUCENE "limpeza*"

I get 20 results back, with key = "limpeza*"  and the rid of the 
corresponding V .

If I select like this :

SELECT * FROM Supertable WHERE description LUCENE "limpeza*"

I get 0 results back.

Is this a bug or what? 

Thanks for your time

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to