Hello,
Can you share the exact params you are passing to solr?
Thanks
From: vibhoreng04 [vibhoren...@gmail.com]
Sent: June 21, 2013 9:27 AM
To: solr-user@lucene.apache.org
Subject: Issues in the Fuzzy Query !
Hi All,
I have been facing problems in the f
I'd be willing to pay $30-$40 initial cost, but would expect to be able to get
the revisions for no cost then.
With the revision model, I'd pay the initial $10 and then $3-$9 per revision
(depending on what's in the revision). It's an interesting model then, because
I can choose to not purchase
Hi Juha,
If it's just a matter of format, have you considered adding another layer
between Solr where you've got a class that just takes in your queries in the
proprietary format and then converts them to what Solr needs? Similarly, if you
need your results in a format, just convert them again?
Hi Sergio,
Append '&debugQuery=on' to your queries to learn more about how your queries
are being evaluated/ranked.
i.e.
qf=attributes_name^15+attributes_brand^10+attributes_category^8&&debugQuery=on
You'll get an XML section that is dedicated to debug information.
I've found http://explain.s
tatus of the book?
Thanks
Swati Swoboda
Software Developer - Igloo Software
+1.519.489.4120 sswob...@igloosoftware.com
Bring back Cake Fridays – watch a video you’ll actually like
http://vimeo.com/64886237
-Original Message-
From: Jack Krupansky [mailto:j...@basetechnology.com]
http://explain.solr.pl/ might help you out with parsing out the response to see
how boosts are affecting the scores. Take a look at some of the
history/examples:
http://explain.solr.pl/explains/7kjl0ids
-Original Message-
From: abhayd [mailto:ajdabhol...@hotmail.com]
Sent: Friday, Apr
It really depends on what you are returning (how big is each document? Just a
document ID? Pages and pages of data in fields?).
It can take a long time for Solr to render an XML with 60,000 results. Solr
will be serializing the data and then you'd (presumably) be de-serializing it.
Depending o
What version of Solr4 are you running? We are on 3.6.2 so I can't be confident
whether these settings still exist (they probably do...), but here is what we
do to speed up full-indexing:
In solrconfig.xml, increase your ramBufferSize to 128MB.
Increase mergeFactor to 20.
Make sure autoCommit is
No, it's not mandatory. You can't do delta imports without delta queries
though; you'd need to do a full-import. Per your query, you'd only ever do
objects with rownum<=5000.
-Original Message-
From: A. Lotfi [mailto:majidna...@yahoo.com]
Sent: Thursday, March 28, 2013 10:07 AM
To: gene
Hello,
Can I be added to the contributors group? Username sswoboda.
Thank you.
Swati
You can get the paragraph of the search result via highlights. You'd have to
mark your field as stored (re-indexing required) and then specify it in the
highlighting parameters.
http://wiki.apache.org/solr/HighlightingParameters#hl
As for getting the page number, I am not sure if there is more
Hey Carlos,
What version of Solr are you running and what version of openxml4j did you
import?
Swati
-Original Message-
From: Carlos Alexandro Becker [mailto:caarl...@gmail.com]
Sent: Tuesday, February 26, 2013 12:04 PM
To: solr-user
Subject: Re: POI error while extracting docx documen
Maybe I am not understanding correctly, but have you overlooked the qf
parameter for Edismax?
http://wiki.apache.org/solr/ExtendedDisMax#qf_.28Query_Fields.29
Suppose you want to search for the phrase "apples and bananas" in title,
summary, and body. You also want it to have greater emphasis w
http://wiki.apache.org/solr/ExtendedDisMax
Specify your query fields in the "qf" parameter. Take a look at the example at
the bottom of the page.
-Original Message-
From: hassancrowdc [mailto:hassancrowdc...@gmail.com]
Sent: Tuesday, January 15, 2013 3:56 PM
To: solr-user@lucene.apach
What error are you getting? Which field are you searching (default field)? Did
you try specifying a default field? What is your schema like? Which analyzers
did you use?
Which version of solr are you using? I highly recommend going through the
tutorial to get a basic understanding of inserting,
https://wiki.apache.org/solr/Solrj client. You'd have to configure it / use it
based on your application needs.
-Original Message-
From: hassancrowdc [mailto:hassancrowdc...@gmail.com]
Sent: Tuesday, January 15, 2013 2:38 PM
To: solr-user@lucene.apache.org
Subject: Re: Index data from mu
He is talking about "this" list, the list we are using to communicate. You are
sending your messages to a mailing list -- thousands are on it.
Example of programs that will "run" the delta-import/full-import commands: Cron
You are basically calling a URL with specific parameters to pull data from
I am on 3.6 and this is my setup:
Properties file under , so right under /jetty/solr
solr.xml modified as follows:
http://wiki.apache.org/solr/CoreAdmin#property - the path is relative to
instancedir
Your syntax is correct in DIH, I think all you are missing is the reference to
the property
I am also confused, as I've been using dataimporter.* and not dih.* and it is
working fine.
-Original Message-
From: Shawn Heisey [mailto:s...@elyograg.org]
Sent: Friday, December 14, 2012 2:41 PM
To: solr-user@lucene.apache.org
Subject: Re: Need help with delta import
On 12/14/201
If I am not mistaken, it's suppose to be "dataimporter.delta.ID" and
"dataimporter.last_index_time" You are using dataimport.delta.ID and
dataimport.last_index_time
http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport
-Original Message-
From: umajava [mailto:umaj...@gm
Query-time analyzers are still applied, even if you include a string in quotes.
Would you expect "foo" to not match "Foo" just because it's enclosed in quotes?
Also look at this, someone who had similar requirements:
http://lucene.472066.n3.nabble.com/Synonym-Filter-disable-at-query-time-td291987
It's because you are escaping.
Look at this bit:
[parsedquery_toString] => +(smsc_content:"abcdefg12345 smsc_content:678910"
smsc_description:"abcdefg12345
smsc_content:678910") +smsc_lastdate:[1352627991000 TO 1386755331000]
It's searching for " as well because you escaped it (hence it is not
Hi Sangeetha,
If you need to boost based on date regardless of type, just use date boosting
with a higher boost:
http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_boost_the_score_of_newer_documents
http://wiki.apache.org/solr/FunctionQuery#Date_Boosting
-Original Message-
From: S
Hi,
Nope...they don't. Generally, I am not sure if I'd bother rounding this
information to "reduce the index size." Have you determined how much index size
space you'll actually be saving? I am not confident that it'd be worth your
time; i.e. I'd just go with indexing/storing the time informati
Rafael,
Can you share more on how you are rendering the results in your velocity
template? The data is probably being sent to you, but you have to loop through
and actually access the data.
-Original Message-
From: Rafael Ribeiro [mailto:rafae...@gmail.com]
Sent: Monday, December 10, 2
When you apply your analyzers/filters/tokenizers, the result value is kept in
the indexed; however, the input value is actually stored. For example, from
schema.xml file:
This particular field type will strip out the HTML. So if the input is:
He
Did you mean that you want multiple snippets?
http://wiki.apache.org/solr/HighlightingParameters#hl.snippets
-Original Message-
From: Rafael Ribeiro [mailto:rafae...@gmail.com]
Sent: Monday, December 10, 2012 11:20 AM
To: solr-user@lucene.apache.org
Subject: highlighting multiple occu
You can use an XSL response writer to transform your values to have a different
precision.
http://wiki.apache.org/solr/XsltResponseWriter
Would most likely be better for your client to just do it on his end though. He
is probably parsing the response anyway.
-Original Message-
From: Gu
Hi Nalini,
We had similar requirements and this is how we did it (using your example):
Record A:
Field1_All:
Field1_Private:
Field2_All: ''
Field2_Private:
Field3_All: ''
Field3_Private:
Fields_All:
Fields_Private:
Are you committing? You have to commit for them to be actually added
-Original Message-
From: ranmatrix S [mailto:ranmat...@gmail.com]
Sent: Thursday, August 23, 2012 5:46 PM
To: solr-user@lucene.apache.org
Subject: Solr Index problem
Hi,
I have setup Solr to index data from Oracle
ose errors -
null values are just not accepted, it seems.
Swati
-Original Message-----
From: Swati Swoboda [mailto:sswob...@igloosoftware.com]
Sent: Thursday, August 09, 2012 11:09 PM
To: solr-user@lucene.apache.org
Subject: RE: DataImportHandler WARNING: Unable to resolve variable
I am
I am getting a similar issue when while using a Template Transformer. My fields
*always* have a value as well - it is getting indexed correctly.
Furthermore, the number of warnings I get seems arbitrary. I imported one
document (debug mode) and I got roughly ~400 of those warning messages for th
32 matches
Mail list logo