Hi,
You might be also interested in the MailEntityProcessor of DataImportHandler.
https://cwiki.apache.org/confluence/display/solr/Uploading+Structured+Data+Store+Data+with+the+Data+Import+Handler#UploadingStructuredDataStoreDatawiththeDataImportHandler-EntityProcessors
On Sunday, May 22, 20
Hi Meyer,
Not sure what "mailbox of dovecot" is, but SimplePostTool can recognize certain
file types.
They (xml,json,...,log) are actually listed in the log msg in your email.
Can you describe the format of the files that you want to index?
Are they text files?
ahmet
On Sunday, May 22, 2016
Hello!
Bear with me, I am new to solr and everything is very
complex. Don't know how the thing is working.
I installed solr-5.5.1.tgz and got it running. Try to
index a mailbox of dovecot with
# bin/post -c myfiles /home/a.meyer/Postfach
after I copied solr-schema.xml to /opt/solr/server/solr/m
Also agreed we should throw an exception in this scenario until it's
implemented.
Joel Bernstein
http://joelsolr.blogspot.com/
On Sat, May 21, 2016 at 5:34 PM, Joel Bernstein wrote:
> Yes, currently only Solr range syntax is supported. The SQL greater, less
> than syntax isn't yet supported.
>
Yes, currently only Solr range syntax is supported. The SQL greater, less
than syntax isn't yet supported.
This isn't explicitly stated in the docs, which would be a good first step.
Supporting SQL greater and less then predicates should not be too
difficult. Feel free to create a jira ticket for
On 5/21/2016 7:09 AM, Carl Roberts wrote:
> And, these response are just weird. Do they mean this user list is
> obsolete? is solr no longer supported via a user list where we can
> ask questions?
You received one other reply, but that reply was sent to the list, and I
do not know if you are sub
this gives expected result:
SELECT title_s, COUNT(*) as cnt
FROM movielens
WHERE genre_ss='action' AND rating_i='[4 TO 5]'
GROUP BY title_s
ORDER BY cnt desc
LIMIT 5
but using >= 4 doesn't give same results (my ratings are 1-5):
SELECT title_s, COUNT(*) as cnt
Hi Carl,
This address is valid, any subscribed user received a copy of your email.
solr-user@lucene.apache.org
Andrea
On 21 May 2016 15:10, "Carl Roberts" wrote:
> And, these response are just weird. Do they mean this user list is
> obsolete? is solr no longer supported via a user list where
Let's try this one (solr-user-digest-subscr...@lucene.apache.org) -
maybe a real person will answer there.
On 5/21/16 9:09 AM, Carl Roberts wrote:
And, these responses are just wierd. Do they mean this user list is
obsolete? Is solr no longer supported via a user list where we can
ask questi
And, these response are just weird. Do they mean this user list is
obsolete? is solr no longer supported via a user list where we can ask
questions?
On 5/21/16 9:08 AM, solr-user-h...@lucene.apache.org wrote:
Hi! This is the ezmlm program. I'm managing the
solr-user@lucene.apache.org mailing
Ok, thanks for your answer! That's what I thought but just wanted to be
sure.
Best regards,
Elisabeth
2016-05-21 2:02 GMT+02:00 Erick Erickson :
> Gosh, I'm not even sure how to start to form such a query.
>
> Let's see, you have StreetB in some city identified by postal code P.
>
> Is what you'
Hi list,
how do I correctly enable JMX in Solr 6 so that I can monitor Jetty's
thread pool?
The first step is to set ENABLE_REMOTE_JMX_OPTS="true" in bin/solr.in.sh.
This will give me JMX access to JVM properties (garbage collection, class
loading etc.) and works fine. However, this will not give
12 matches
Mail list logo