Re: [orientdb] Facet Creation Issue

2016-08-06 Thread Enrico Risa
yes, for now it is just a POC. the issue is here https://github.com/orientechnologies/orientdb/issues/5200 We are still waiting this that i think should land in 3.0 in order to return facet results along with the query results https://github.com/orientechnologies/orientdb/issues/4055 But if

Re: [orientdb] Facet Creation Issue

2016-08-06 Thread Ruituraj Gandhi (Knowledge Explosion)
Ah, thanks Enrico for the clarification! Is that feature open for contribution? ~Ruitu > On Aug 6, 2016, at 11:01 PM, Enrico Risa wrote: > > See the Roadmap here > > http://orientdb.com/docs/2.2/Roadmap.html#release-31 > > > 2016-08-06

Re: [orientdb] Facet Creation Issue

2016-08-06 Thread Enrico Risa
See the Roadmap here http://orientdb.com/docs/2.2/Roadmap.html#release-31 2016-08-06 18:29 GMT+01:00 Enrico Risa : > Hi Ruitu > > That is why facets are not supported. > That was an experimental version, absolutely not ready for production and > not well tested. > It is not documented and you sh

Re: [orientdb] Facet Creation Issue

2016-08-06 Thread Enrico Risa
Hi Ruitu That is why facets are not supported. That was an experimental version, absolutely not ready for production and not well tested. It is not documented and you should not use it. Thanks 2016-08-06 18:18 GMT+01:00 Ruituraj Gandhi (Knowledge Explosion) < ruitu...@knowledgeexplosion.info>:

[orientdb] Facet Creation Issue

2016-08-06 Thread Ruituraj Gandhi (Knowledge Explosion)
Hi, I’m trying to get facets working with orientdb. But I’m running into write.lock issue while creating the schema. Please can someone point out issue with the following statement. CREATE INDEX Business.name_locality ON Business (name, locality) FULLTEXT ENGINE LUCENE METADATA { 'facetFields'