How to apply username and password to Solr 6.0.1 admin page. Please let me
know.
PS: We are using Solr master and slave setup.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Credentials-Implementation-to-Solr-Admin-page-tp4288708.html
Sent from the Solr - User mailing l
Hi,
I am using Solr 6.1.0, and I'm indexing Parent-Child data into Solr.
When I do my query, I use the Block Join Parent Query Parser, to return
only the parent's records, and not any of the child records, even though
there might be a match in the child record.
However, I am not able to do the r
You’re going to need to tokenize to look up words, so a TokenFilter is a better
place to put this sort of thing, I think.
Build off of Lucene’s SynonymFilter (and corresponding SynonymFilterFactory)
https://github.com/apache/lucene-solr/blob/5e5fd662575105de88d8514b426bccdcb4c76948/lucene/analys
Hello,
I have a core.properties with content
name=indexer
loadOnStartup=false
but the core is loaded on start up (it appears on the admin interface).
I thougth the core would be unloaded on startup. did I miss something?
best regards,
elisabeth
Hi All,
I am Shashi.
I am using Solr 6.1. I want to get result only when the hole word matched.
Actually I want to avoid whitespace split.
Whenever we search for "CORSAIR ValueSelect", I want the result only
"CORSAIR ValueSelect",currently I am getting one more result as "CORSAIR
XMS 2GB".
Can
i saw synonym Filter but it is not sufficient for me.as i saw this, i must
build synonym filter map . that this is built like a map i mean i must put
exactly in synonym map for example "home" is synonym of "house" (for
example).
so in query when user insert home it filter add house to it and expand
Hi all
I'm trying to replace a use of the stats module with JSON facets in
order to calculate the min/max date range of documents in a query. For
the same search, "stats.field=date_published" returns this:
{u'date_published': {u'count': 86760,
u'max': u'2016-07-13T00:00:00Z',
Hi all,
I am trying to upgrade Solr4.11 to Solr6 and having some trouble with
logging.
I have Solr4.11 running on tomcat 6 as a solr.war. Inside my solr.war a few
jar files updated as it explains in this post so I can use a "log4j.xml"
with some advanced features to compress old files.
https://wik
Hi,
May be you can simply use string field type?
Or KeywordTokenizerFactory?
Ahmet
On Monday, July 25, 2016 4:38 PM, Shashi Roushan
wrote:
Hi All,
I am Shashi.
I am using Solr 6.1. I want to get result only when the hole word matched.
Actually I want to avoid whitespace split.
Whenever we
_How_ is it "not working"? You might want
to review:
http://wiki.apache.org/solr/UsingMailingLists
Best,
Erick
On Mon, Jul 25, 2016 at 7:09 AM, marotosg wrote:
> Hi all,
>
> I am trying to upgrade Solr4.11 to Solr6 and having some trouble with
> logging.
> I have Solr4.11 running on tomcat 6 as
On 7/24/2016 8:04 PM, forest_soup wrote:
> We have a 5 node solrcloud. When a solr node's disk had issue and
> Raid5 downgraded, a recovery on the node was triggered. But there's a
> hanging happens. The node disappears in the live_nodes list.
In my opinion, RAID5 (and RAID6) are bad ways to hand
"Load" is a little tricky here, it means "load the core and open a searcher.
The core _descriptor_ which is the internal structure of
core.properties (plus some other info) _is_ loaded and is what's
used to show the list of available cores. Else how would you
even know the core existed?
It's not u
On 7/24/2016 11:13 PM, Madhur Adlakha wrote:
> To whom so ever it may concern,
>
> I have been fetching certain Solr metrics and keeping a track of them
> graphically on Grafana, there are a few queries I wanted to clear, as follows:
>
> * How and which metrics of Solr are affected by the Garb
Hello Edwin,
The issue is the space in child query clause.
Please refer to child range query via v=$qparam like it's proposed in
http://blog-archive.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html
On Mon, Jul 25, 2016 at 1:40 PM, Zheng Lin Edwin Yeo
wrote:
> Hi,
>
> I am usi
A Collection is simply the "SolrCloud" way of thinking about a logical
index that incorporates shards, replication factors changing topology
of where the replicas live and the like. In your case it's synonymous
with your core (master and slaves). Since there's no master or slave
role in SolrCloud,
On Mon, Jul 25, 2016 at 9:57 AM, Tom Evans wrote:
> For the equivalent JSON facet - "{'date.max': 'max(date_published)',
> 'date.min': 'min(date_published)'}" - I'm returned this:
>
> {u'count': 86760, u'date.max': 146836800.0, u'date.min': 129409920.0}
>
> What do these numbers represent
Hi,
We are indexing our objects into Solr and let users to sort by different
fields. The sort field is defined as specified below in schema.xml:
For a field of type "lowercase", if we have the field values: APPLES,
ZUCCHINI, banana, BANANA, apples, zucch
Well, since the ascii upper-case codes are smaller than lower case,
i.e.
A = 0x41
a = 0x61
upper case before lower case is correct IMO.
But you're being fooled by the I "tiebreaker" I'd guess,
along with (I suppose) a small number of test docs. When
two docs have the same sort value, the internal
Hi Madhur,
Shown described extreme case (not unusual though) and is not hard to
detect since effects will be catastrophic. You can use one of Solr
monitoring tools to see how GC (and other interrupting events such as
commits, segment merges, saturated network) affect Solr numbers. One
such to
Hi,I have a question regarding what type of data input to use with solr DIH:
XML file or database?I have a large collection of data to be indexed
initially, then on a weekly basis for increment index (add/update/delete).
Should I use mysal database or xml file? I also would like to have the code
fl
Hi tig. Most likely, you didn't repeat the first point as the last. Even
though it's redundant, nonetheless this is what WKT (and some other spatial
formats) calls for.
~ David
On Wed, Jul 20, 2016 at 10:13 PM tkg_cangkul wrote:
> hi i try to indexing spatial format to solr 5.5.0 but i've got
Hi,
One other possibility is to use the query operator 'q.op=AND' along with your
query.
by default this is an 'OR'. Hope it helps your situation.
Prasanna
-Original Message-
From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID]
Sent: 25 July 2016 19:50
To: solr-user@lucene.apache.or
Thanks for the reply.
It works!
Regards,
Edwin
On 26 July 2016 at 00:08, Mikhail Khludnev wrote:
> Hello Edwin,
>
> The issue is the space in child query clause.
> Please refer to child range query via v=$qparam like it's proposed in
>
> http://blog-archive.griddynamics.com/2013/12/grandchild
23 matches
Mail list logo