Yes pleaSE
-Original Message-
From: Will Hayes [mailto:w...@lucidworks.com]
Sent: Wednesday, November 1, 2017 4:04 PM
To: solr-user@lucene.apache.org
Subject: Re: App Studio
There is a community edition of App Studio for Solr and Elasticsearch being
released by Lucidworks in November. D
_ of output
>
> Best,
> Erick
>
> On Fri, Apr 7, 2017 at 6:17 AM, KRIS MUSSHORN
> wrote:
>
> > >
> > SOLR 5.4.1
> >
> > log files have this entry
> >
> > log4j:ERROR Could not find va
SOLR 5.4.1
log files have this entry
log4j:ERROR Could not find value for key log4j.appender.: file
log4j:ERROR Could not instantiate appender named ": file".
Here is my config file and the only thing i have changed is set level to FINEST
in line 3. Otherwise this is the default file.
# Log
fix4:2016' into the filtering query.
Maciej
W dniu 01.02.2017 o 13:43, KRIS MUSSHORN pisze:
> I really need some guidance on this query structure issue.
>
> I've got to get this solved today for my employer.
>
> "Help me Obiwan. Your my only hope"
&g
I really need some guidance on this query structure issue.
I've got to get this solved today for my employer.
"Help me Obiwan. Your my only hope"
K
- Original Message -----
From: "KRIS MUSSHORN"
To: solr-user@lucene.apache.org
Sent: Tuesday, January 31,
I have a defaultSearchField and facetMetatagDatePrefix4 fields that are
correctly populated with values in SOLR 5.4.1.
if execute this query q=defaultSearchField:this text
I get the 7 docs that match.
Their are three docs in 2015 and one doc in 2016 per the facet counts in the
results.
If I
lt
facet.limit?
f..facet.limit? (not sure how that would work with field
name that contains dots)
Docs are at: https://cwiki.apache.org/confluence/display/solr/Faceting
Regards,
Alex.
http://www.solr-start.com/ - Resources for Solr users, new and experienced
On 26 January 2017 at 10:36,
Allesandro et al.
I tried this with no change in the results.
"Other" is still missing when doctype is empty..
No dynamicFields are involved.
- Original Message -
From: "alessandro.benedetti"
To: solr-user@lucene.apache.org
Sent: Friday, January 27, 2017 4:07:19 AM
Subjec
Running the latest crawl from Nutch to SOLR 5.4.1 it seems that my copy fields
do not work as expected anymore.
Why would copyField ignore the default all of a sudden?
I've not made any significant changes to SOLR and none at all to nutch.
{
"response":{"numFound":699,"start":0,"do
com/ - Resources for Solr users, new and experienced
On 26 January 2017 at 10:36, KRIS MUSSHORN wrote:
> SOLR 5.4.1 i am running a query with multiple facet fields.
> _snip_
> select?q=*%3A*&sort=metatag.date.prefix4+DESC&rows=7910&fl=metatag.date.pref
SOLR 5.4.1 i am running a query with multiple facet fields.
_snip_
select?q=*%3A*&sort=metatag.date.prefix4+DESC&rows=7910&fl=metatag.date.prefix7&wt=json&indent=true&facet=true&facet.field=metatag.date.prefix7
&facet.field=metatag.date.prefix4&facet.field=metatag.doctype
field metatag.date.pr
Obviously deleting and rebuilding the core will work but is there another way?
K
-Original Message-
From: KRIS MUSSHORN [mailto:mussho...@comcast.net]
Sent: Tuesday, January 10, 2017 12:00 PM
To: solr-user@lucene.apache.org
Subject: reset version number
SOLR 5.4.1 web admin interface
SOLR 5.4.1 web admin interface has a version number in the selected core's
overview.
How does one reset this number?
Kris
2:37 PM
Subject: Re: update operation
OK, next thing. Find your Solr log and tail -f on it while you send
you doc. That answers what Solr actually sees .vs. what you think
you're sending it ;). If anything.
Best,
Erick
On Fri, Dec 23, 2016 at 10:15 AM, KRIS MUSSHORN wrote:
>
oops wrong thread in subject
- Original Message -
From: "KRIS MUSSHORN"
To: solr-user@lucene.apache.org
Sent: Friday, December 23, 2016 1:02:09 PM
Subject: Re: copying all fields to one specific single value field
Well i guess its still not working..
I'm not getti
/update?commit=true'
Thank you all for your incredible patience.
K
- Original Message -
From: "KRIS MUSSHORN"
To: solr-user@lucene.apache.org
Sent: Friday, December 23, 2016 10:14:59 AM
Subject: Re: copying all fields to one specific single value field
work ba
work backwards and look at the type definition for fields named content, title,
author, and body. one of them has a type defined as multivalued
- Original Message -
From: "武井宜行"
To: solr-user@lucene.apache.org
Sent: Friday, December 23, 2016 10:05:01 AM
Subject: copying all fields t
mit afterwards?
On Thu, Dec 22, 2016 at 10:45 AM, Shawn Heisey wrote:
> On 12/22/2016 10:18 AM, KRIS MUSSHORN wrote:
>> UPDATE_RESULT=$( curl -s -X POST -H 'Content-Type: text/json'
>> "https://snip/solr/TEST_CORE/update/json/docs"; --data-binary
&g
was the only version that did not throw an error but did not update the
document.
It returned:
{"responseHeader":{"status":0,"QTime":1}}
Where do i go from here?
K
- Original Message -
From: "Shawn Heisey"
To: solr-user@luce
Re: update operation
On 12/22/2016 8:45 AM, KRIS MUSSHORN wrote:
> Here is the bash line:
>
> UPDATE_RESULT=$( curl -s "https://snip/solr/TEST_CORE/update?&commit=true";
> --data-binary '{"id":"$DOC_ID","metatag.date.single" :{"set
Merry Christmas everyone,
I'm using solr 5.4.1 and writing a bash script to update the value in a field
of a single document in solr.
Here is the bash line:
UPDATE_RESULT=$( curl -s "https://snip/solr/TEST_CORE/update?&commit=true";
--data-binary '{"id":"$DOC_ID","metatag.date.single" :{"
sorry my mistake.. sent to wrong list.
- Original Message -
From: "Shawn Heisey"
To: solr-user@lucene.apache.org
Sent: Monday, December 12, 2016 2:36:26 PM
Subject: Re: regex-urlfilter help
On 12/12/2016 12:19 PM, KRIS MUSSHORN wrote:
> I'm using nutch 1
ive scoured my nutch and solr config files and I cant find any cause.
suggestions?
Monday, December 12, 2016 2:37:13 PMERROR nullRequestHandlerBase
org.apache.solr.common.SolrException: Unexpected character '&' (code 38) in
epilog; expected '<'
org.apache.solr.common.SolrExcepti
I'm using nutch 1.12 and Solr 5.4.1.
Crawling a website and indexing into nutch.
AFAIK the regex-urlfilter.txt file will cause content to not be crawled..
what if I have
https:///inside/default.cfm as my seed url...
I want the links on this page to be crawled and indexed but I do
rms f=metadata.date}2016-06,2014-04
Erik
> On Dec 8, 2016, at 11:34 AM, KRIS MUSSHORN wrote:
>
> yes I did attach rather than paste sorry.
>
> Ok heres an actual, truncated, example of the metatag.date field contents in
> solr.
> NONE-NN-NN is the defa
in your example that didn’t work that the dash didn’t work as you
expected? or… not sure. What’s the parsed_query output in debug on that one?
Erik
p.s. did you really just send a Word doc to the list that could have been
inlined in text? :)
> On Dec 8, 2016, at 7:18 AM,
"string" type given your
expectations. Depending on the analysis chain (do take a look at
admin/analysis for the field in question) the tokenization can be tricky
to get right.
Best,
Erick
On Thu, Dec 8, 2016 at 7:18 AM, KRIS MUSSHORN wrote:
> Im indexing data from Nutch into SOLR 5.
Im indexing data from Nutch into SOLR 5.4.1.
I've got a date metatag that I have to store as text type because the data
stinks.
It's stored in SOLR as field metatag.date.
At the source the dates are formatted (when they are entered correctly ) as
-MM-DD
q=metatag.date:2016-01* does not
Will someone please give me a detailed scenario where solr content could
"disappear"?
Disappear means what exactly?
TIA,
Kris
-Original Message-
From: Walter Underwood [mailto:wun...@wunderwood.org]
Sent: Wednesday, November 23, 2016 7:47 PM
To: solr-user@lucene.apache.org
Subject: R
This q={!prefix f=metatag.date}2016-10 returns zero records
-Original Message-
From: KRIS MUSSHORN [mailto:mussho...@comcast.net]
Sent: Thursday, November 17, 2016 3:00 PM
To: solr-user@lucene.apache.org
Subject: Re: field set up help
so if the field was named metatag.date q={!prefix f
Erik
> On Nov 17, 2016, at 1:55 PM, KRIS MUSSHORN wrote:
>
>
> I have a field in solr 5.4.1 that has values like:
> 2016-10-15
> 2016-09-10
> 2015-10-12
> 2010-09-02
>
> Yes it is a date being stored as text.
>
> I am getting the da
I have a field in solr 5.4.1 that has values like:
2016-10-15
2016-09-10
2015-10-12
2010-09-02
Yes it is a date being stored as text.
I am getting the data onto solr via nutch and the metatag plug in.
The data is coming directly from the website I am crawling and I am not able to
https://cwiki.apache.org/confluence/display/solr/Velocity+Search+UI
You might be able to customize velocity.
K
- Original Message -
From: "Binoy Dalal"
To: solr-user@lucene.apache.org
Sent: Friday, November 4, 2016 2:33:24 PM
Subject: Re: Custom user web interface for Solr
See t
I'm sure someone will correct me if i am wrong but SOLR is data layer device so
508 compliance would have to be assured by the presentation layer device.
Unless your talking about 508 compliance for the admin webapp.
K
- Original Message -
From: "Bill Yosmanovich"
To: solr-user@lu
Currently Solr ( 5.4.1 ) and its core data are all in one location.
How would i set up Solr so that the core data could be stored somewhere else?
Pointers to helpful instructions are appreciated
TIA
Kris
ps $SOLR_HOST and $SOLR_CORE_NAME are set correctly.
Kris
- Original Message -
From: "KRIS MUSSHORN"
To: solr-user@lucene.apache.org
Sent: Wednesday, October 5, 2016 3:17:19 PM
Subject: bash to get doc count
Will someone please tell me why this stores the tex
Will someone please tell me why this stores the text "numDocs" instead of
returning the number of docs in the core?
#!/bin/bash
DOC_COUNT=`wget -O- -q
$SOLR_HOST'admin/cores?action=STATUS&core='$SOLR_CORE_NAME'&wt=json&indent=true'
| grep numDocs | tr -d '0-9'`
TIA
Kris
My solr 5.4.1 solrconfig.xml is set up thus:
${solr.lock.type:native}
false
yet i get a warning on starting the core...
2016-09-28 14:24:06.049 WARN (coreLoadExecutor-6-thread-1) [ ] o.a.s.c.Config
Solr no longer supports forceful unlocking via the 'unlockOnStartup' option.
This is no lon
/confluence/display/solr/CoreAdmin+API
wget -O- -q \
'/admin/cores?action=STATUS&core=coreName&wt=json&indent=true'
\
| grep numDocs
//
/admin/cores?action=STATUS&core=alexandria_shard2_replica1&wt=json&indent=1'|grep
numDocs|cut -f2 -d':'|
O
How can i get the count of docs from a core with bash?
Seems like I have to call Admin/Luke but cant find any specifics.
Thanks
Kris
How would one get all metadata/properties from a .doc/pdf/xls etc into fields
into solr?
SOLR 5.4.1.
Executing query content:ddd on the core below in the solr web interface returns
no documents but query content:Dispatches returns doc 1. Why does the first
query return no documents?
Doc 1
{
"id":"https://snip/inside/news/dispatches/view.cfm?id=2571";,
"url":"https
42 matches
Mail list logo