Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Case Insensitive Index Creation for Neo4J
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sudhakar G  
View profile  
 More options Oct 12 2012, 8:13 am
From: Sudhakar G <sudhakar.t...@gmail.com>
Date: Fri, 12 Oct 2012 05:13:12 -0700 (PDT)
Local: Fri, Oct 12 2012 8:13 am
Subject: Case Insensitive Index Creation for Neo4J

Hi,

Can anyone advise me on how to create case insensitive indexes creation
using BluePrints.

BTW, I am using Neo4J as the underlying graph.....


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gil Hildebrand  
View profile  
 More options Oct 16 2012, 8:15 pm
From: Gil Hildebrand <gilhildebr...@gmail.com>
Date: Tue, 16 Oct 2012 17:15:55 -0700 (PDT)
Local: Tues, Oct 16 2012 8:15 pm
Subject: Re: Case Insensitive Index Creation for Neo4J

I couldn't figure that out, and wound up converting all my indexes to
lowercase before creating them. Am sure there is a better solution though.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Neubauer  
View profile  
 More options Oct 17 2012, 7:15 am
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Wed, 17 Oct 2012 13:15:01 +0200
Local: Wed, Oct 17 2012 7:15 am
Subject: Re: [Neo4j] Re: Case Insensitive Index Creation for Neo4J
I think that is pretty hard, since you need to specify the Lucene
Analyzer class for neo4j etc. so I think using Neo4j APIs is your best
bet.

Cheers,

/peter neubauer

G:  neubauer.peter
S:  peter.neubauer
P:  +46 704 106975
L:   http://www.linkedin.com/in/neubauer
T:   @peterneubauer

Neo4j 1.8 GA - http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RickBullotta  
View profile  
 More options Oct 17 2012, 1:23 pm
From: RickBullotta <rick.bullo...@gmail.com>
Date: Wed, 17 Oct 2012 10:23:39 -0700 (PDT)
Local: Wed, Oct 17 2012 1:23 pm
Subject: Re: [Neo4j] Re: Case Insensitive Index Creation for Neo4J

You can inject your own analyzers into the Neo4J indexing subsystem, but
it's easier to pre-process the value(s) you want to index (convert them to
a uniform case) in most situations.  In fact, we actually use Lucene
filters/readers to pre-process text we wish to index, and then pass those
to the default analyzers that Neo4J uses.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »