Ajinkya,
thanks for pointing this out. Killed and forwarded the wiki page.

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

brew install neo4j && neo4j start
heroku addons:add neo4j



On Tue, Dec 6, 2011 at 10:34 AM, ajinkyar <kaleajin...@gmail.com> wrote:
> Thanks for the suggestion .. I will give that a try.
> I found the reference here
> http://wiki.neo4j.org/content/Indexing_with_IndexService
>
> On Tue, Dec 6, 2011 at 4:10 AM, Michael Hunger [via Neo4j Community
> Discussions] <ml-node+s438527n3563820...@n3.nabble.com> wrote:
>
>> You don't need LuceneIndexService, where did you find the documentation
>> that said to use the old index service? We would like to update that.
>>
>> just
>>
>> Index<Node> myIndex = graphDb.index().forNodes("indexName");
>> index.add(node, "key", value);
>> index.get("key",value);
>> index.query(query);
>>
>> etc.
>>
>> see: http://docs.neo4j.org/chunked/milestone/indexing.html
>>
>> Cheers,
>>
>> Michael
>>
>> Am 06.12.2011 um 09:50 schrieb ajinkyar:
>>
>> > In that case I cannot use LuceneIndexService ... can you please suggest
>> me a
>> > way so that I can use LuceneIndexService ?
>> >
>> > With neo4j-lucene-index-1.6-SNAPSHOT.jar and lucene-core-3.1.0.jar I am
>> not
>> > able to use LuceneIndexService ..
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> http://neo4j-community-discussions.438527.n3.nabble.com/org-neo4j-graphdb-TransactionFailureException-Could-not-create-data-source-lucene-lucene-tp3560554p3563787.html
>>
>> > Sent from the Neo4j Community Discussions mailing list archive at
>> Nabble.com.
>> > _______________________________________________
>> > Neo4j mailing list
>> > [hidden email] <http://user/SendEmail.jtp?type=node&node=3563820&i=0>
>> > https://lists.neo4j.org/mailman/listinfo/user
>>
>> _______________________________________________
>> Neo4j mailing list
>> [hidden email] <http://user/SendEmail.jtp?type=node&node=3563820&i=1>
>> https://lists.neo4j.org/mailman/listinfo/user
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://neo4j-community-discussions.438527.n3.nabble.com/org-neo4j-graphdb-TransactionFailureException-Could-not-create-data-source-lucene-lucene-tp3560554p3563820.html
>>  To unsubscribe from org.neo4j.graphdb.TransactionFailureException: Could
>> not create data source lucene[lucene], click 
>> here<http://neo4j-community-discussions.438527.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3560554&code=a2FsZWFqaW5reWFAZ21haWwuY29tfDM1NjA1NTR8ODk3NzQzMjIx>
>> .
>> NAML<http://neo4j-community-discussions.438527.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
>
> --
>
> Regards,
> Ajinkya
> http://ajinkya.info
>
>
> .O.
> ..O
> OOO
>
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/org-neo4j-graphdb-TransactionFailureException-Could-not-create-data-source-lucene-lucene-tp3560554p3563862.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Neo4j User Discussions" group.
> To post to this group, send email to u...@neo4j.org.
> To unsubscribe from this group, send email to user+unsubscr...@neo4j.org.
> For more options, visit this group at 
> http://groups.google.com/a/neo4j.org/group/user/?hl=en.
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to