Stephane; There is a section in the EVN
documentation that describes EVN's interface with Solr - see
http://topquadrant.com/topbraid/evn/43doc/userguide.html#solr
The Jena interface is not supported directly in the EVN UI.
Instead, Solr is used in the background for the faceted search
UI. Once set up, and EVN user will be able to use faceted search
to look up property values - for example choosing a related
concept or customized concept.
That's a bit vague, so take a look at the documentation and let us
know what questions arise from that.
-- Scott
On 1/2/2014, 9:58 AM, Stephane Varin
wrote:
Thanks Mark,
After some further exploration, I have been able to
configure a Solr instance and somehow "configure" it from EVN
web interface. It seems to work fine. I suppose from now on,
EVN will use the solr index to do some "full text search" in
addition to the sparlq based search?
Anyways, that is not exactly what I am trying to do here. I
am looking for a way to run a SPARQL query in TopBraid
Composer which combines SPARQL and Text Search, such as:
PREFIX text: <http://jena.apache.org/text#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?s
{ ?s text:query (rdfs:label 'word' 10) ;
rdfs:label ?label
}
Is this possible at all? If yes, how do I configure TBC to
use my Solr instance?
Cheers,
Stephane VARIN
PS: Happy New Year to all the users of TBC and all the
support team at Top Quadrant !!!
On Wednesday, December 18, 2013 6:11:35 PM UTC+1, Mark
Graham wrote:
Hi Stephane,
Can click on the Schema.org Example project, click on
Configure Solr. You will need to place a URL for your
Solr account there.
Thanks,
Mark
On Wed, Dec 18, 2013 at 11:32 AM,
Stephane Varin <[email protected]>
wrote:
Hi all,
We would like to use a search index from our
Sparql queries, and we are investigating how to
configure Lucene or Solr to work with Jena in our
environment.
"The alternative mode is using Apache Solr, a
Lucene-based search index that is optimized for
faceted search scenarios. To make use of this, you
only need to configure your TopBraid EVN project
to synchronize with a Solr server."
Would there be any documentation or example
explaining how to do this?
Cheers,
Stéphane
--
-- You received this message because you are
subscribed to the Google
Group "TopBraid Suite Users", the topics of which
include Enterprise Vocabulary Network (EVN), TopBraid
Composer, TopBraid Live, TopBraid Insight,
SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
topbrai...@googlegroups.com
To unsubscribe from this group, send email to
topbraid-user...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
You received this message because you are subscribed
to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving
emails from it, send an email to topbraid-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Thanks,
Mark
Mark Graham
TopQuadrant Support
PRODUCT SUPPORT:
--
-- You received this message because you are subscribed to the
Google
Group "TopBraid Suite Users", the topics of which include
Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid
Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
You received this message because you are subscribed to the Google
Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
|