neo4j « index « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » index » neo4j 

1. Neo4j indexing with Lucene and query with SOLR    stackoverflow.com

I am using Neo4j with Lucene indexing, which works pretty good with nodes, maybe not so well with relationships. But My question is: is there a way to use SOLR to ...

2. Neo4j REST API - Index Node with multiple Properties    stackoverflow.com

I have multiple Nodes with a title, a subtitle and a text property. Now when I index them (index/node/pages/title/foo) I can only search for the title property. How do I index ...

3. Storing multiple values in single property of Neo4j Lucene index    stackoverflow.com

I want to store multiple values in a single index property of neo4j Lucene index, e.g.

IndexName: profile

property- Education: "Stanford University, Grad School", "Harvard University, MS"
property- Work: "Nokia Siemens Networks", "Motorola" ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.