Hi,
I am new to this SOLR.I was digging data import request handler for past few
days and now i am doing some poc after i download the solr server. I do have a
table called files and i want to perform the Full import as part of POC. I
changed the data-config.xml and registered the data-config.x
Hi Bernd,
The column which comes from database is string only, & that is being default
populated. How do I convert it to double as the format is 1.00,2.00,3.00 in
database. So I need it to be coverted to double only.
Thanks,
Uma Shankar
--
View this message in context:
http://lucene.472066.n3.n
: i am taking snapshots of my master index after optimize calls (run each
please define what you mean by "taking snapshots" -- the replication
handler has no "snapshot" command that i know of. Are you using the
old "snapshooter" scripts from Solr 1.4 style replication, or are you
doing somethi
Hi all, I'm having an issue that I hope someone can shed some light on.
I have a Groovy program, using Solr 3.5, where I am attempting to use
EmbeddedSolrServer using the instructions shown here:
http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer
to that end, I have code setup like this:
...
Hi Guys,
We are experiencing SEVERE exceptions in SOLR (stacktrace below)
Please let me know if anyone has experienced this and have some insight /
pointers on to where and what should I look for to resolve this.
ERROR [solr.servlet.SolrDispatchFilter] - : java.io.IOException: XSLT
transformation e
: Is this the intended behavior of edismax, or am I missing anything ?
it definitely looks like a bug to me, that pf clause is non sensical.
I've opened a jira to track this, but i'm afraid i can't offer any advice
on how to fix it...
https://issues.apache.org/jira/browse/SOLR-3008
-Hoss
: I have tried to open a new searcher and make a forced commit inside the
: postCommit method of the listener, but it caused many issues.
: How can I complete the commit and then call the postCommit method of the
: listener with the logic inside ( with a lot of queries on the last
: committed docs
Am 05.01.2012 um 16:27 schrieb Michael McCandless:
> Awesome, thanks Ingo... I'll have a look!
Thank YOU for taking the time and looking into it!
Ingo
--
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code
TYPO3
Open Source Enterprise Content Management
So scenario A (round-robin):
query 1: /solr-shard-1/select?q=dog... shards=shard-1,shard2
query 2: /solr-shard-2/select?q=dog... shards=shard-1,shard2
query 3: /solr-shard-1/select?q=dog... shards=shard-1,shard2
etc.
or or scenario B (fixed):
query 1: /solr-shard-1/select?q=dog... shards=shard-1
hey,
On Thu, Jan 5, 2012 at 9:31 PM, Christopher Gross wrote:
> I'm getting different results running these queries:
>
> http://localhost:8080/solr/select?&q=*:*&fq=source:wiki&fq=tag:car&sort=score+desc,dateSubmitted+asc&fl=title,score,dateSubmitted&rows=100
>
> http://localhost:8080/solr/select
I'm getting different results running these queries:
http://localhost:8080/solr/select?&q=*:*&fq=source:wiki&fq=tag:car&sort=score+desc,dateSubmitted+asc&fl=title,score,dateSubmitted&rows=100
http://localhost:8080/solr/select?fq=source:wiki&q=tag:car&sort=score+desc,dateSubmitted+desc&fl=title,sc
: The query would actually look like
: fq=effDate_tdt:[2011-05-01T00:00:00Z TO 2011-05-31T00:00:00Z]
i think your overlooking part of the question ... Don seems to be asking
how to query if the value of a date field contains a day in the month of
may, regarldess of year...
: >>the query would
Hi Dave,
Have you tried running a query and taking a look at the results?
The filters that you define in the fieldType don't affect the way the data
is *stored*, it affects the way the data is *indexed*. With this I mean
that the filters affect the way that a query matches a document, and will
af
Folks,
I just committed LUCENE-3628 [1] which cuts over Norms to DocVaues.
This is an index file format change and if you are using trunk you
need to reindex before updating.
happy indexing :)
simon
[1] https://issues.apache.org/jira/browse/LUCENE-3628
Hi Juan,
When I'm storing the content, the field has a LowerCaseFilterFactory
filter, so that when I'm searching it's not case sensitive. Is there a way
to re-filter the data when it's presented as a result to restore the case
or convert to Title Case?
Thanks,
Dave
On Thu, Jan 5, 2012 at 12:41 P
Hi Dave,
The stored content (which is returned in the results) isn't modified by the
analyzers, so this shouldn't be a problem. Could you describe in more
detail what you are doing and the results that you're getting?
Thanks,
*Juan*
On Thu, Jan 5, 2012 at 2:17 PM, Dave wrote:
> I'm running
The query would actually look like
fq=effDate_tdt:[2011-05-01T00:00:00Z TO 2011-05-31T00:00:00Z]
and you need to be a little careful with the end date, this would
actually skip documents on 31 May, you'd need to do something like:
fq=effDate_tdt:[2011-05-01T00:00:00Z TO 2011-05-31T23:59:59:999Z]
Awesome, thanks Ingo... I'll have a look!
Mike McCandless
http://blog.mikemccandless.com
On Thu, Jan 5, 2012 at 9:23 AM, Ingo Renner wrote:
>
> Am 05.01.2012 um 15:05 schrieb Michael McCandless:
>
>> Thank you Ingo!
>>
>> I think post the 3.x patch directly on the issue?
>
> thanks for the advi
Just be sure to download the correct binary for your version of Windows. Then
unzip the file somewhere and add "curl.exe" to your PATH. It should then just
work from the command line like the examples. If you need more curl help, you
might need to ask elsewhere.
With curl you can upload simp
Hi Don,
You can try
2011-05-01T00:00:00Z TO
2011-05-30T00:00:00Z
2006-05-01T00:00:00Z TO
2006-05-30T00:00:00Z
And so on.
I am not sure if month query is available, probably other group members
can shed more light on the same. But this can be used as quick fix.
-param
On 1/5/12 9:41 AM, "D
Yes.
However, something must actually have been updated in the index before a
commit on the master causes the slave to update (this is what was confusing
me).
Since I'll be updating the index fairly often, this will not be a problem
for me.
If, however, the external file field is updated often,
Am Donnerstag, den 05.01.2012, 08:48 -0500 schrieb Erick Erickson:
> Have you looked at deletionPolicy and maxCommitsToKeep?
Hm, but that are deletion policy parameters for the "running" index, how
much commit points should be kept - the internal ones from lucene:
Hi,
I am trying to return results based on the month of a date field, Is this
possible.
I know I can do ranges using the field:[date TO date] but now I have a
requirement to return records based on just the month part of a date
so if I have record with these dates and search on the May/05
2011-0
Hi all,
i have one non-multivalued field , which i want to import from a file using
XPathEntityProcessor.
it works for fine for multi-valued field but , for signle value field it
just assign one value of that. can i append text of '/xa/xb' in 'Mfld'?
Shawn:
Somewhere you have access to a CommonsHttpSolrServer, right? There's a
getHttpClient call that returns an org.apache.commons.httpclient that
might get you the information you need.
Best
Erick
On Wed, Jan 4, 2012 at 1:03 PM, Shawn Heisey wrote:
> When doing Solr queries in a browser, it's
Am 05.01.2012 um 15:05 schrieb Michael McCandless:
> Thank you Ingo!
>
> I think post the 3.x patch directly on the issue?
thanks for the advice Michael, path is attached:
https://issues.apache.org/jira/browse/LUCENE-995
Ingo
--
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2,
@Pravesh
That look reasonable. Of course you could extend it
to do many things. I'm assuming you've just created
a plugin that you use rather than compile this into
the Solr code, right?
@astubbs
I'd probably use a TokenFilter(Factory) implementation
as a plugin as I think pravesh has.
It would al
Thank you Ingo!
I think post the 3.x patch directly on the issue?
I'm not sure why this wasn't backported to 3.x the first time around...
Mike McCandless
http://blog.mikemccandless.com
On Thu, Jan 5, 2012 at 8:15 AM, Ingo Renner wrote:
> Hi all,
>
> I've backported LUCENE-995 to 3.x and the u
Please review:
http://wiki.apache.org/solr/UsingMailingLists
You haven't provided enough information for
anyone to provide much help.
Best
Erick
On Wed, Jan 4, 2012 at 8:28 AM, reachpratik wrote:
> Hello,
> I am not able to do highlighting with surround query parser on the returned
> results.
>
Hmmm, does it work just to put this in the masters index and let
replication to its tricks and issue your commit on the master?
Or am I missing something here?
Best
Erick
On Tue, Jan 3, 2012 at 1:33 PM, Martin Koch wrote:
> Hi List
>
> I have a Solr cluster set up in a master/slave configuratio
Have you looked at deletionPolicy and maxCommitsToKeep?
Best
Erick
On Tue, Jan 3, 2012 at 8:32 AM, Torsten Krah
wrote:
> Hi,
>
> i am taking snapshots of my master index after optimize calls (run each
> day once), to get a clean backup of the index.
> Is there a parameter to tell the replication
What is your evidence that it doesn't work
when you specify it in solrconfig.xml? You
haven't provided enough information about
what you've tried to give us much to go on.
It might help to review:
http://wiki.apache.org/solr/UsingMailingLists
Best
Erick
On Tue, Jan 3, 2012 at 8:17 AM, ramires w
Hi all,
I've backported LUCENE-995 to 3.x and the unit test for TestQueryParser is
green.
What would be the workflow to actually get it into 3.x now?
- attach the patch to the original issue or
- create a new issue attaching the patch there?
best
Ingo
--
Ingo Renner
TYPO3 Core Developer, Re
i have one text field.
previously it was multivalued field and imported using xpathentityprocessor
and it was working fine; now i change it to single value field and use
plaintextentiyprocessor.
when i do make search on it; currently (single value - plaintext entity
processor) its giving less doc
Hi all,
I am importing one field into solr using PlainTextEntityProcessor from a
text file , which have text in XML format. after importing it some of the
text get encoded (e.g. it convert quotation mark(") to ")
Can i prevent it to not encode XML and keep it as it is. (like do not
convert quotat
Hello,
I would like to know how to use stopwords with SmartChineseAnalyzer.
Following what is described at
http://lucene.apache.org/java/2_9_0/api/contrib-smartcn/org/apache/lucene/analysis/cn/smart/SmartChineseAnalyzer.html
it seems to be possible but I do not manage to make it work.
Presently
Look in the Example directory for a POST.SH and POST.JAR. These could be
used to do the job on Windows. But to be honest, I didn't have any problems
using CURL on Windows. You just have to be careful to double quote rather r
On Thursday, January 5, 2012, dsy99 wrote:
> Dear Gora and all,
> Thank
Look in the Example directory for a POST.SH and POST.JAR. These could be
used to do the job on Windows. But to be honest, I didn't have any problems
using CURL on Windows. You just have to be careful to double quote rather
than single quote and use the right kind of slashes for directories.
Dan
Hi - I have also posted this question on SO:
http://stackoverflow.com/questions/8741080/intermittent-connection-timeouts-to-solr-server-using-solrnet
I have a production webserver hosting a search webpage, which uses SolrNet
to connect to another machine which hosts the Solr search server (on a
s
Dear Gora and all,
Thank you very much for replying.
My question is how to index documents (.XML, .pdf, .doc files) in Solr. I
was trying using curl but it is not working in Windows XP environment. Do
any one of you have any ready made program/DIH which I can use to index
these types of files.
Reg
Hello,
Thanks a lot for your answers.
Sorry I typed it wrong, it was :
q=*:*&facet=true&facet.field=foo&facet.field=lom.classification.ddc.id
which caused an error.
That's said I added echoParms to the request and only got :
lom.classification.ddc.id
So multivalued URL params are not taken in a
41 matches
Mail list logo