Hi all,
I have some doubts about the Solr scoring function. I'm using all default
configuration, but I'm facing a wired issue with the retrieved scores.
In the schema, I'm going to focus in the only field I'm interested in. Its
definition is:
*
I'll always query on the set of 6 values, but in some cases, the matching
doesn't need to be exact.
I mean, an usual query (you know, 6 integer values) could be exact matching
for the first 4 values, but then a range for the other 2 values.
What do u think would be the best way to face it?
--
Hi guys,
I have some specific needs for an application. Each document (identified by
docId) has several items from the same type (each one of these items
contains 6 integer values). So each Solr doc has a docId and another
multiValued attribute.
My problem is that I don't know what f
Sorry I tried to explain it too fast.
Imagine the usecase that I wrote on the first post.
A document can have more than one 6-Dimensions point. So my first approach
was:
1
2,2,2,2,2,2
2
3,3,3,3,3,3
3
4,4,4,4,4,4
It works fine and I don't think it gives us bad performance,
Hi,
I think it's not a good idea to make Join operations between Solr cores
because of the performance (we managed a lot of data).
The point is that we want to store documents, each one with several
information sets (let's name them Points), each one identified by 6 values
(that's why I was tryin
Hi David,
thanks for your reply.
I've tested this datatype and the values are indexed fine (I'm using
6-dimensions points).
I'm trying to retrieve results and it works only with the 2 first dimensions
(X and Y), but it's not taking into account the others 4 dimensions.
I've been reading the do
Hi all,
I'm using a multivalued PointType (6 dimensions) in my Solr schema. Imagine
that I have one doc indexed in Solr:
-1
1,1,1,1,1,1
5,5,5,5,5,5
Now imagine that I launch some queries:
point:[0,0,0,0,0,0 TO 2,2,2,2,2,2]: Works OK (matches with the first doc
point and retu
Hi all,
I'm facing some problems with solr fields at query time. Let's see a
simplified example.
I have the fields A, B and C. In a relational DB, it's possible to launch a
(let's say dynamically) query: SELECT * FROM wherever WHERE wherever.A +
wherever.B = wherever.C
I'm trying to do this in S
Hi all,
I'm facing some problems with my solr index due to I have English and
Spanish terms mixed.
Actually I'm using Porter stemmer (works only for English terms). Btw, I've
seen that I can use the Snowball stemmer with the flag language="English" or
language="Spanish".
Moreover, I've read som
Thank you both.
At the end I decided to implement the multi-core approach. I think it's the
fastest and easiest solution, and now it's working fine with two cores.
By the way, to check if it's implemented properly... each 'core folder' (in
my case core0, core1, ...) needs its 'bin', 'conf' and 'd
Hi all,
I'm facing a problem that I think is easier to solve than I really think.
Overview: I have an application working on Solr which manages indexing and
retrieval operations. Everything's working fine, I can index some docs (for
example schema with attributes A, B and C) in a Solr index and
11 matches
Mail list logo