SIREn is a semantic information retrieval engine, that extends the Lucene and Solr search engines.
Questions tagged [siren]
16 questions
2
votes
0 answers
Swift-4 Siren, Update App dialog disappears immediately
I use Siren library to check app version. It shows a dialog to notify there is an update, but after the webview is loaded dialog disappears so user is not able to click anything. How to prevent this?
@UIApplicationMain
class AppDelegate:…

arslanbenzer
- 489
- 3
- 16
2
votes
1 answer
Change the countryCode for Siren Cocoapod
Using Siren with Cocoapods :
[Siren Error] Error retrieving App Store data as the JSON results were empty. Is your app available in the US? If not, change the countryCode variable to fix this error.
This is the error I'm getting when I'm using…

srikanth chowdary
- 53
- 5
2
votes
1 answer
How do you get a single value and run conditional check in elasticsearch query syntax for percentages using sentinl plugin
I'm using Elasticsearch 6.4 and Kibana 6. Also I am using the Sentinl plugin.
https://github.com/sirensolutions/sentinl
This plugin is a free alternative to xpact watchers and monitoring. I'm having some difficulty writing the watcher queries…

Grant Zukel
- 1,153
- 2
- 24
- 48
2
votes
1 answer
Solr/Siren - Insert/Index data using sparql
I am using siren in my application that interacts with solr. I know how to index data into Solr(/solr/update),but I can't figure out how to index using siren. Does it even support indexing? Also, can we use sparql queries to index data in Solr?

Armaan Kohli
- 43
- 3
1
vote
1 answer
How can I make Siren sound in C?
I want to make Siren sound which's frequency changing 960Hz and 770Hz every 0.65sec. (in 8sec Wav file)
But I have no idea how to build function as I write above.
I tried to use 'for(...=0; ... < 0.65; ...++)' every period.
But y[0] and y[1] are…

Kanade07
- 23
- 4
1
vote
0 answers
I installed pod file Siren in swift 4.2 .But Siren has no member wail error occur! How to fix this solution?
I am working in Swift4.2 and import siren in my project .BUt error occur.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
…

Mukesh R
- 33
- 5
1
vote
0 answers
How to use relations in Kibi, when creating a visualisation?
BACKGROUND
After moving our MSSQL DB to an ELK stack version 5.2, we realised we needed a relatiopnal visauliser. By then downgrading to 2.4.1 we were able to link Kibi.
TRIED
I have created the relations between the tables as shown…

Mattcul
- 242
- 1
- 8
1
vote
2 answers
Is it possible to use Kibi with Elasticsearch 5.2?
We are in the process of migrating our MSSQL database to an elasticsearch platform, and have run into the (apparently common) problem of many parents to one child relationship, when trying to access information from multiple tables.
It seems Kibi…

Mattcul
- 242
- 1
- 8
1
vote
1 answer
Siren "more like this" query
i am using the newest Siren distribution for Solr to index my data and search it. (http://siren.solutions/siren/downloads/)
Is there a simple way to search similar documents in my indexed data. Something similar to the MoreLikeThis query of Solr…

Schrabauke
- 13
- 2
1
vote
1 answer
Ruby Siren jsonquery
My json content stored in a file:
{
"vms": [
{
"component": "pgdb",
"count": "1",
"endpoints": "80:8080,5432:5432"
},
{
"component": "mq",
"count": "1",
…

user3311402
- 21
- 1
- 3
1
vote
2 answers
SIREn N-Tuples Results
Is it possible in SIREn to work with N-Tuples values(by names) in the SolrDocument? I want to parse query results without regexp of the response string.
Something like:
SolrDocument.getField("ntriple","name"); // get "Jim Maple" value for…

GML-VS
- 1,101
- 1
- 9
- 34
0
votes
1 answer
Solr siren, siren.xml
As siren documentation explains, the file located in tomcat/conf/Catalina/localhost must set the path of the war file. I have tried with the absolute path, but I wanted to used a relative path, because it is not only me who will use siren.
siren.xml…

Blanca Hdez
- 3,513
- 19
- 71
- 93
0
votes
0 answers
Can I use a field to change the path in Json Siren?
I'm trying to configure a Siren for my home page but I'm having some trouble with the path.
I have a /home that looks like this:
{
"class": ["home"],
"properties": {},
"entities": [
{
"class": ["game-list"],
"rel":…

L3g3nd no chouriço
- 21
- 4
0
votes
1 answer
Xcode server bot error "Trigger exited with non zero status 2"
Hey I wanna set up a Xcode server, in order to work properly I need to get the extension "Siren" to get installed before the bot runs and tests the Xcode project.
The problems here is that every time I integrate the bot to test my app it resets my…

Domi S
- 3
- 2
0
votes
1 answer
Error when connecting Hive with kibi?
I am using kibi-community-demo-full-4.6.4-linux-x64 version.
In datasource:
"connection_string": "jdbc:hive://localhost:10000/root",
"libpath": "/home/pare/Downloads/jar/",
"drivername": "org.apache.hadoop.hive.jdbc.HiveDriver",
"libs":…

Shreyanshu Pare
- 3
- 1