Re: [Neo] indexing mode on MetamodelProperties

2010-05-17 Thread Mattias Persson
onality. > I concur with that > > Date: Mon, 17 May 2010 10:01:30 +0200 > > From: matt...@neotechnology.com > > To: user@lists.neo4j.org > > Subject: Re: [Neo] indexing mode on MetamodelProperties > > > > Any thoughts on this? > > > > 2010/5/

Re: [Neo] indexing mode on MetamodelProperties

2010-05-17 Thread Niels Hoogeveen
0 > From: matt...@neotechnology.com > To: user@lists.neo4j.org > Subject: Re: [Neo] indexing mode on MetamodelProperties > > Any thoughts on this? > > 2010/5/4 Mattias Persson > > > Yep, but in that case just adding a length attribute doesn't really give >

Re: [Neo] indexing mode on MetamodelProperties

2010-05-17 Thread Mattias Persson
ay 2010 17:05:35 +0200 >> > From: matt...@neotechnology.com >> > To: user@lists.neo4j.org >> > Subject: Re: [Neo] indexing mode on MetamodelProperties >> > >> > You mean to limit the length of a String? I'd say it's a little bit >> >

Re: [Neo] indexing mode on MetamodelProperties

2010-05-04 Thread Mattias Persson
> > We could opt for spelling out all specific propertytypes, automatically > > > assigning them with the correct DatatypeClassRange and only providing a > > > length attribute on those propertytypes where a length attribute makes > > > sense. > >

Re: [Neo] indexing mode on MetamodelProperties

2010-05-03 Thread Niels Hoogeveen
: matt...@neotechnology.com > To: user@lists.neo4j.org > Subject: Re: [Neo] indexing mode on MetamodelProperties > > You mean to limit the length of a String? I'd say it's a little bit > unnecessary, at least I see no point in it. Could you provide a usecase for > it? > > 201

Re: [Neo] indexing mode on MetamodelProperties

2010-05-03 Thread Mattias Persson
es > sense. > Any thoughts on this? > Niels > > Date: Sat, 1 May 2010 08:49:35 +0200 > > From: matt...@neotechnology.com > > To: user@lists.neo4j.org > > Subject: Re: [Neo] indexing mode on MetamodelProperties > > > > Great, good to see you progressing with t

Re: [Neo] indexing mode on MetamodelProperties

2010-05-01 Thread Niels Hoogeveen
length attribute on those propertytypes where a length attribute makes sense. Any thoughts on this? Niels > Date: Sat, 1 May 2010 08:49:35 +0200 > From: matt...@neotechnology.com > To: user@lists.neo4j.org > Subject: Re: [Neo] indexing mode on MetamodelProperties > > Great, good to s

Re: [Neo] indexing mode on MetamodelProperties

2010-04-30 Thread Mattias Persson
Great, good to see you progressing with the meta model! 2010/5/1, Niels Hoogeveen : > > Today I added an indexing mode to MetamodelProperties, with the following > options. > NO_INDEX (default)INDEX UNIQUE_INDEXFULL_TEXT_INDEX > The functionality added does not perform any indexing itself, but pro

[Neo] indexing mode on MetamodelProperties

2010-04-30 Thread Niels Hoogeveen
Today I added an indexing mode to MetamodelProperties, with the following options. NO_INDEX (default)INDEX UNIQUE_INDEXFULL_TEXT_INDEX The functionality added does not perform any indexing itself, but provides information about which properties need to be indexed and what mode of indexing needs