This is currently not possible... the IndexService is meant to be a simple lookup index, not a complex query index for such queries. With that said it could be possible to add it in the future.
2010/1/25 Subhash Chandran <[email protected]>: > Disclaimer: I am new to both Neo4J and Lucene. > > My question is regarding: > > http://bit.ly/4sTBnx > > In the code above I am using property p:body & p:title for > full-text-indexing. When querying the index: > > idx.getNodes("p:body", searchTerm) > > I want to query both p:body and p:title at once. Is this possible? > -- > Regards, > Subhash Chandran S > > http://indiwiz.com/ > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Mattias Persson, [[email protected]] Neo Technology, www.neotechnology.com _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

