Faceted search?

263 views
Skip to first unread message

Minnow Noir

unread,
Mar 30, 2014, 7:16:57 PM3/30/14
to orient-...@googlegroups.com

Does OrientDB support faceted search like Solr (http://wiki.apache.org/solr/SolrFacetingOverview) and other products?  There's no mention of it anywhere on the web site, wiki, or Google that I can see.

In case it's not clear, I'm referring to the ability to provide counts for, and filter by, indexed field values for a given result set.  For example, on Amazon.com, if you search for a product name, you can see the number of different types of products matching the search results, and by clicking on one of the product types causes the results to be filtered down to only products that were in the original result set *AND* have product type = selected product type.

In Solr, this is done through dedicated constructs (e.g., &fq=product_type:"selected_type"). 

Thanks!





Minnow Noir

unread,
Apr 3, 2014, 9:33:58 AM4/3/14
to orient-...@googlegroups.com
Following up?

Luca Garulli

unread,
Apr 4, 2014, 8:19:32 AM4/4/14
to orient-database
Hi,
if you model your database in a graph, you've a node for everything. Example:

Product ->* Category

So you could issue a query like.

select in().size() from Category where name = 'Book'

This is very fast and no count operation is performed.

Lvc@



--

---
You received this message because you are subscribed to the Google Groups "OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Minnow Noir

unread,
Apr 4, 2014, 11:05:50 PM4/4/14
to orient-...@googlegroups.com

Was interested in it more for a document database scenario.  There are great document stores with proper faceted search but none have a sql interface, which is something my customer requires. Thought I might have hit the jackpot with orientdb because it's great as a document database with sql interface.   The only other document store with faceted search and a sql interface that I know of is senseidb, but it's not active.

You received this message because you are subscribed to a topic in the Google Groups "OrientDB" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/orient-database/hwzgZwwSQOk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to orient-databa...@googlegroups.com.

Newbee to OrientDB

unread,
Mar 3, 2015, 8:17:50 AM3/3/15
to orient-...@googlegroups.com
I would also like to know the answer to this question please. 

I think OrientDB now supports Lucene indexing and SOLR is built on Lucene. Can OrientDB be used as a search engine as a replacement to SOLR ? 

Minnow Noir

unread,
Mar 5, 2015, 1:55:31 PM3/5/15
to orient-...@googlegroups.com

I don't think it can do all of what solr can,  but adding faceted search at least  would be awesome. 

Reply all
Reply to author
Forward
0 new messages