Hi Shalin,
yes I'm going to setup 5.5.3 to see how that behaves.
Michael McCandless gave me the hint about LUCENE-6161.
We will see... :-)
Am 02.08.2016 um 16:31 schrieb Shalin Shekhar Mangar:
> Hi Bernd,
>
> I think you are running into
> https://issues.apache.org/jira/browse/LUCENE-6161. Can
I.m not quite sure about the last question. Why do you slice these nested
docs? I hope you have the reason for this, it.s just not obvious to me.
Regarding the first question, you need to expand docset to all children and
then wrap it back to parents, thus you need to prepend the query with
{!paren
Hi,
Please provide your inputs.
Thanks,
Modassar
On Tue, Aug 2, 2016 at 9:30 AM, Modassar Ather
wrote:
> Hi,
>
> Kindly help me understand the way HTMLStripCharFilter works.
>
> I have following analysis chain.
>
> int flags = WordDelimiterFilter.GENERATE_WORD_PARTS
> | WordDelimiterFi
Hi,
Would like to find out, is it possible for Solr to find a sum of all the
values that are returned in a query?
For example, when I does a search in which that is a field called "Amount"
with fieldType=float.
Is it possible for Solr to do return the sum of all the "Amount" that are
returned? If
Why? How would you then search it and what would you find?
Solr is not a storage database, but a search one. Faithful relationship and
depth preservation is often the wrong direction to start your modelling
from.
Regards,
Alex
On 3 Aug 2016 2:52 AM, "Godwin Joel" wrote:
> Hi all,
>
> I hav
We also faced same issue when we were running embedded solr 6.1 server.
Actually I faced the same in our integration environment after deploying
project. Solr 6.1 is using http client 4.4.1 which I think embedded solr
server is looking for. I think when solr core is getting loaded then old
http cl
Dan,
Thanks for taking the time to share this! I'll give it a test run in the near
future and will happily share improvements if I come up with any (though I'll
most likely be focusing on the download steps rather than the subsequent
configuration).
- Demian
-Original Message-
From: D
Hi All,
Solr verion 5.3.2
Zookeeper 3.6.2
SolrCloud - 2 shards, 4 replicas, 4 nodes
Above is the set up. 3 of the shards (replicas) went to a recovery mode which
the following ERROR in the logs. Anyone experienced this before? I had to
restart the Solr server nodes to bring them all up. Looks l
Hi all,
I have a Java Bean like this:
public class Component {
@Field
private double totalCoverage;
@Field
private List applicationComponents;
//setters and getter
}
where the applicationComponents is of custom datatype,
while indexing this through SolrJ, it is being inserted as:
{
"
solr-core[1] and solr-solrj[2] POMs have parent POM solr-parent[3], which in
turn has parent POM lucene-solr-grandparent[4], which has a
section that specifies dependency versions & exclusions
*for all direct dependencies*.
The intent is for all Lucene/Solr’s internal dependencies to be manage
Hi, I am using Solr, Solrj 6.1, and Maven to manage my project. I use
maven to build a jar-with-dependency and run a java program pointing its
classpath to this jar. However I keep getting errors even when I just
try to create an instance of EmbeddedSolrServer:
*/code/
*String
Demian,
I've long meant to upload my own "automated installation" - it is ant without
ivy, but with checksums. I suppose gpg signatures could also be worked in.
It is only semi-automated, because our DevOps group does not have root, but
here is a clean version - https://github.com/danizen/solr
On 8/2/2016 5:16 AM, Naveen Pajjuri wrote:
> Hi, Im trying to move from 4.10.4 to 6.1.0. I want to define and use
> custom field types. but i read that its not advisable to modify
> managed-schema file. how do i create custom field types ??
You have three choices.
* Ignore the warning and edit ma
Thanks for the response!
1. So based on my document structure, how can I query on one child
document but obtain facet counts based on another? In my example, if my query
matches only child id=”12”, how can I retrieve facet counts on the other
children, like fundCode or employeeId for i
K, After installing the latest PECL for Solr in PHP I found that it fails
with Solr 6.1.0. This is Debian 8.
Anyway, I just ended up writing a function using curl to post JSON to Solr.
This is working with PHP5.6 & The latest Solrcloud
No more Solr client in PHP for me lol.
Parallel SQL is a rea
Hi Bernd,
I think you are running into
https://issues.apache.org/jira/browse/LUCENE-6161. Can you upgrade to 5.1
or newer?
On Wed, Jul 27, 2016 at 7:29 PM, Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> After enhancing the server with SSDs I'm trying to speed up indexing.
>
> The serve
tfidf especially unreliable for such microindexes.
&debugQuery=true can explain why exactly.
On Tue, Aug 2, 2016 at 4:57 PM, syegorius wrote:
> I have 4 records index by Solr:
>
> 1 hello planet dear friends
> 2 hello world dear friends
> 3 nothing
> 4 just friends
>
> I'm searching with this qu
These deletes seem really puzzling to me. Can you experiment with
commenting uniqeKey in schema.xml. My expectation that deletes should go
away after that.
On Tue, Aug 2, 2016 at 4:50 PM, Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> Hi Mikhail,
>
> there are no deletes at all from my
2016-08-02 17:12 GMT+03:00, syegorius [via Lucene]
:
>
>
> no. this is just just an example. i need some formula or some statement to
> sort results by count matches. everything i wrote was for you to best
> understand my problem
>
>
>
> ___
> If you repl
no. this is just just an example. i need some formula or some statement to
sort results by count matches. everything i wrote was for you to best
understand my problem
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-sort-search-results-by-count-matches-tp4290022p429002
Hi syegorius,
are you sure that there's no synonym "planet,world" defined?
-Michael
Am 02.08.2016 um 15:57 schrieb syegorius:
> I have 4 records index by Solr:
>
> 1 hello planet dear friends
> 2 hello world dear friends
> 3 nothing
> 4 just friends
>
> I'm searching with this query:
>
> sele
I have 4 records index by Solr:
1 hello planet dear friends
2 hello world dear friends
3 nothing
4 just friends
I'm searching with this query:
select?q=world+dear+friends&wt=json&indent=true
The result is:
1 hello planet dear friends
2 hello world dear friends
4 just friends
But as you can
Well, concurrent DIH is very simple, just one little shell script :-)
5K-10K docs per second say nothing. Is it just data pushed plain into
the index or has it complex schema with many analyzers?
Bernd
Am 02.08.2016 um 15:44 schrieb Susheel Kumar:
> My experience with DIH was we couldn't scale t
Hi Mikhail,
there are no deletes at all from my point of view.
All records have unique id's.
No sharding at all, it is a single index and it is certified
that all DIH's get different data to load and no record is
sent twice to any DIH participating at concurrent loading.
Only assumption so far, D
My experience with DIH was we couldn't scale to the level we wanted. SorlJ
with multi-threading & batch updates (parallel threads pushing data into
solr) worked and were able to ingest 5K-10K docs per second.
Thanks,
Susheel
On Tue, Aug 2, 2016 at 9:15 AM, Mikhail Khludnev wrote:
> Bernd,
> Bu
On Wed, Jul 27, 2016 at 5:27 PM, Morse, Matthew K. <
matthew.k.mo...@fmr.com.invalid> wrote:
>
> 1.With this query I receive no facet results. The main response
> is correct, but I was expecting to see a fundCode facet of 245 with 1.
> Below is the query with the output.
>
>
the empty fu
Bernd,
But why do you have so many deletes? Is it expected?
When you run DIHs concurrently, do you shard intput data by uniqueKey?
On Wed, Jul 27, 2016 at 6:20 PM, Bernd Fehling <
bernd.fehl...@uni-bielefeld.de> wrote:
> If there is a problem in single index then it might also be in CloudSolr.
>
best to get a build document together to ensure your server is correct.
testing with a simple curl get/post
I use PHP and Perl all the time and have to say the overall docs suck
because the technology changes fast. The coolest thing about Solrcloud is
it changes fast. For instance apt-get php5-so
Thanks, Shawn, for confirming my suspicions.
Regarding your question about how Solr differs from a database server, I agree
with you in theory, but the problem is in the practice: there are very easy,
familiar, well-established techniques for installing and maintaining database
platforms, and t
Hello Naveen,
There is not against using custom types, actually to provide a good
search experience you will need to create your own custom types.
You can use the Classic schema.xml in Solr 6
read the following
https://cwiki.apache.org/confluence/display/solr/Schema+Factory+Definition+in+SolrCo
Hi,
Im trying to move from 4.10.4 to 6.1.0.
I want to define and use custom field types. but i read that its not
advisable to modify managed-schema file. how do i create custom field types
??
Thanks in advance,
Naveen Reddy
31 matches
Mail list logo