It's correct behaviour , Solr put replica index file in this format only
and you can find latest index pointing in index.properties file. Usually
afer successful full replication Solr remove old timestamp dir.
On Wed, 31 Jul, 2019, 8:02 PM Aman Tandon, wrote:
> Hi,
>
> We are having a situation
lts, also for URI error, we can go with the POST approach,
> and what if the data is not sharded.
>
> Regards,
> Lucky Sharma
>
> On Thu, Jun 27, 2019 at 12:28 AM jai dutt
> wrote:
> >
> > 1. No Solr is not for id search. rdms a better option.
> > 2. Yes correc
1. No Solr is not for id search. rdms a better option.
2. Yes correct it going to impact query performance. And you may got
large uri error.
3 ya you can pass ids internally by writing any custom parser.or divide
data into different shard.
On Thu, 27 Jun, 2019, 12:01 AM Lucky Sharma, wrot
Can anyone help me in this ?
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi,
I was wondering if there is any way in streaming expression which can return
parent document along with its child documents just like we have child
document transformer, i.e. ** [child limit=-1]* which returns child document
as well of the parent document
-
Jai
--
Sent from: http://lucene
Can you help me with the subquery way, i tried that long back but it was
giving me some exception (can't remember that).
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hello Mikhail,
I am sorry, I forgot to include below in my main query json (*"fields": "*
[child limit=-1]"*) .
I am extracting all the fields along with its nested docs.
So I want as a part of results and not part of facet. I would expect out of
the docs that i listed, it should return only
"i
": "sku", "color": "black", "size": "L", "price" : 45
},
{ "id": "33", "scope": "sku", "color": "blue", "size": "L", "price" : 35
}
]
}
]
*multi select facet query:*
{
"query": "{!parent tag=top filters=$child.fq which=scope:product
v=$childquery}",
"params": {
"childquery": "scope:sku",
"child.fq": ["{!tag=color}color:black", "{!tag=size}size:L"]
},
"filter": "{!tag=top}category:clothes",
"facet": {
"colors": {
"domain": {
"excludeTags": "top",
"filter": ["{!filters param=$child.fq excludeTags=color v=$childquery}",
"{!child of=scope:product filters=$fq}scope:product"]
},
"type": "terms",
"field": "color",
"limit": -1,
"facet": {
"productsCount": "uniqueBlock(_root_)"
}
},
"sizes": {
"domain": {
"excludeTags": "top",
"filter": ["{!filters param=$child.fq excludeTags=size v=$childquery}",
"{!child of=scope:product filters=$fq}scope:product"]
},
"type": "terms",
"field": "size",
"limit": -1,
"facet": {
"productsCount": "uniqueBlock(_root_)"
}
}
}
}
-
Jai.
Hi
is it possible to filter results based on out put of command query in json
facet solr6.1.
For example in below query i am converting duration_seconds to average time
in minutes. i want to return results where time in minute is greator than
30 minutes?
json.facet:{files:{type:terms, field:clie
guide me where i can improve indexing speed.
setup: solr 4.2
intel xenon machine (quard core) 8GB RAM and SSD harddisk.
thanks and regards
jai
like
indexed/stored/multivalued?
PS am using solr4.2.
Thanks alot.
Jai
, is there any
way to return only the matched email from the indexed sentence, so that i
can do facet on it.
will really appreciate any help.
thanks and regards
jai
12 matches
Mail list logo