Yep very nice, maybe we could see if it could be a good "core"
component of neo4j. So if someone feels like writing a
CompassIndexService and see how it works out it's totally fine by me
:)

2010/1/26 Peter Neubauer <peter.neuba...@neotechnology.com>:
> Hi Jonny,
> sounds like compass could be a good component integration to add. Do
> you have some example code that we maybe could put on the wiki or
> package as a component?
>
> Cheers,
>
> /peter neubauer
>
> COO and Sales, Neo Technology
>
> GTalk:      neubauer.peter
> Skype       peter.neubauer
> Phone       +46 704 106975
> LinkedIn   http://www.linkedin.com/in/neubauer
> Twitter      http://twitter.com/peterneubauer
>
> http://www.neo4j.org                - Your high performance graph database.
> http://gremlin.tinkerpop.com    - PageRank in 2 lines of code.
>
>
>
> On Tue, Jan 26, 2010 at 2:26 AM, Jonny Wray <jwray.deve...@gmail.com> wrote:
>> Subhash,
>>
>> while this ability isn't built into the current IndexService, the indexing
>> in Neo is very extendable/pluggable, and I implemented the functionality you
>> mentioned in some pilot code I wrote a few months ago. I used the compass
>> project (http://www.compass-project.org/) to implement my own extension of
>> the standard IndexService which provides some useful tools on top of raw
>> Lucene, including transaction support in a Spring environment.
>>
>> I don't have the code in front of me currently but I just wanted to mention
>> that implementing and using such an approach wasn't too hard at all.
>>
>> best,
>> Jonny
>>
>> On Mon, Jan 25, 2010 at 12:03 AM, Subhash Chandran <sub...@gmail.com> wrote:
>>
>>> Thanks for letting me know.
>>>
>>> Subhash.
>>>
>>> On Mon, Jan 25, 2010 at 12:07 PM, Mattias Persson <
>>> matt...@neotechnology.com
>>> > wrote:
>>>
>>> > 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 <sub...@gmail.com>:
>>> > > 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
>>> > > User@lists.neo4j.org
>>> > > https://lists.neo4j.org/mailman/listinfo/user
>>> > >
>>> >
>>> >
>>> >
>>> > --
>>> > Mattias Persson, [matt...@neotechnology.com]
>>> > Neo Technology, www.neotechnology.com
>>> > _______________________________________________
>>> > Neo mailing list
>>> > User@lists.neo4j.org
>>> > https://lists.neo4j.org/mailman/listinfo/user
>>> >
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Subhash Chandran S
>>>
>>> http://indiwiz.com/
>>> _______________________________________________
>>> Neo mailing list
>>> User@lists.neo4j.org
>>> https://lists.neo4j.org/mailman/listinfo/user
>>>
>> _______________________________________________
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Mattias Persson, [matt...@neotechnology.com]
Neo Technology, www.neotechnology.com
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to