Have you seen this one:
http://hnagtech.wordpress.com/2013/04/19/using-payloads-with-solr-4-x/
?
Also, I can't tell where the "woodworking" as a term actually comes
from. Maybe a bit more domain description would help.
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
LinkedIn: h
Ideas?
On Mon, Jan 27, 2014 at 12:10 AM, William Bell wrote:
> Is there an example for using payloads for 4.6?
>
> Without any custom code for this?
>
>
> On Sun, Jan 26, 2014 at 10:30 PM, William Bell wrote:
>
>> OK,
>>
>> In order to do boosting, we often will create a dynamic field in SOLR.
Hi Hoss,
Thanks for your response. As pointed we are running Solr on a JVM that is
configured to use SSL Key store. We are not specifying the password while
running the JVM, we are using keystore for secured access. The issue that
we are facing now is, we are able to make few initiall connections.
These are just key words
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Related-Search-Suggestions-tp4113672p4113882.html
Sent from the Solr - User mailing list archive at Nabble.com.
Are these things categories? Or just generic keywords?
If these are categories, you could have secondary_category field and
just index "marriage halls" under "catering services" and eDismax
search with different weight.
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
LinkedIn: h
Yes same like synonyms but i need to synonymise multiple words. Here the
situation is the user is looking for the "marriage halls" may be interested
in "catering services", "Function halls" etc.,
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Related-Search-Suggestions
Hi Shawn and Chris,
your inputs Helped I figured it out from all these links and also what Chris
mentioned.
Thanks,
Summer
On Jan 27, 2014, at 5:54 PM, Shawn Heisey wrote:
> On 1/27/2014 5:41 PM, Summer Shire wrote:
>> Caused by: java.lang.ClassCastException: .PayloadSimilarity
>> cannot be c
The Internet is buzzing about the change in Java 7u51 that breaks Google
Guava. Guava is used in Solr, so I'm curious whether this affects Solr at
all.
Because of known JVM bugs that can affect Lucene, I'm already avoiding an
upgrade beyond 7u25, but that particular bug is slated to be fixed in
7u
On 1/27/2014 5:41 PM, Summer Shire wrote:
Caused by: java.lang.ClassCastException: .PayloadSimilarity cannot
be cast to org.apache.lucene.search.similarities.Similarity
at
org.apache.solr.schema.IndexSchema$1.getSimilarity(IndexSchema.java:929)
at
org.apache.solr.schema.IndexSc
Thanks Chris for a quick response.
But I verified that I only have the following jars
lucene-analyzers-common-4.5.1
lucene-core-4.5.1
lucene-queries-4.5.1
lucene-spatial-4.5.1
solr-solrj-4.5.1
they are all the same version.
Also how can I verify the classpath ?
Since I do not have other lucen
: Caused by: java.lang.ClassCastException: .PayloadSimilarity
: cannot be cast to org.apache.lucene.search.similarities.Similarity
If you are getting this error even though you subclass DefaultSimilarity,
i suspect that one or both of the following has happened:
1) you've compiled your Payload
: incorrect. The source of the problem is in-fact submitting a document with
: a blank field value. The JSON returned by a query containing the
: problematic value, is when doing a facet search. Details below:
...
: "facet_fields": {
: "year": {
: "": 1
: }
: },
...
: As you can see
Hi all,
I am using Solr and Lucene 4.5.1
and I have a Payload Similarity that extends DefaultSimilarity
my schema.xml specifies the default Similarity tag
/** my similarity class**/
public class PayloadSimilarity extends DefaultSimilarity {
public PayloadSimilarity(){
}
@Override
Hi All,
I have implemented my requirement as a EventListener which runs on
importEnd of the dataimporthandler.
I'm running Solrj based client to send Stanbol enhancement updates to the
documents within my EventListener.
Thanks,
Dileepa
On Mon, Jan 27, 2014 at 4:34 PM, Dileepa Jayakody wrote:
(Note: cross posted, please keep any replies to general@lucene)
Quick reminder that the CFP for ApacheCon (Denver) ends on Saturday...
http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp
Ladies and Gentlemen, start writing your proposals. The Call For Papers
for Apac
There's some documentation in the README on github, and the code itself has
full javadoc (it's a pretty simple library to use). You can also watch a
presentation Charlie and I did in Dublin describing how luwak works and what
we've used it for: http://www.youtube.com/watch?v=rmRCsrJp2A8
Alan W
Hi Chris (and others interested in this),
Sorry for dropping off.. I got sidetracked with other work and came back to
this and finally got a V1 of this implemented.
The final process is as follows:
1) Pre-compute the global categorical num_ratings/average/std-dev (so for
Action the average rating
On Fri, Jan 24, 2014 at 9:32 PM, wrote:
>
> Zitat von Mikhail Khludnev :
>
> nesting query parsers is shown at
>> http://blog.griddynamics.com/2013/12/grandchildren-and-
>> siblings-with-block.html
>>
>> try to start from the following:
>> title:Test _query_:"{!parent which=is_parent:true}{!dism
Hi,
I have a fieldtype as below configured to index the autocomplete phrase.
Everything worked fine except for the fact that some of the phrases were too
long so we had to limit the maximum number of words in a phrase hence I
added a regular expression which will remove all other words except the
Hi David,
It's taken me ages to get back to this.
Thanks for your help! I guess I overly complicated the indexing of spatial
fields in Solr. I should have known that Solr would just do the right thing! :)
Thanks,
Jim
From: Smiley, David W. [mailto:dsmi...@mitre.org]
Sent: Monday, January 13,
Hi,
I don't know of anything like that in OSS, but we have it here:
http://sematext.com/products/related-searches/index.html
Is that the functionality you are looking for?
Otis
--
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
On M
I believe that you are looking for something similar to the percolator feature
present in elasticsearch. I remember something about a solar implementation
being discussed here some time ago. Anyone knows if there have been any
progress in this area?
On Jan 27, 2014, at 8:18 AM, Furkan KAMACI w
If I’m not remembering incorrectly Trey Grainger in one of his talks explained
a few techniques that could be of use. If the equivalency is not dynamically
you could just use synonyms. Otherwise some kind of offline processing should
be used to compute the similarity between your queries (given
It's even worse. It may change. The internal tiebreaker is the
internal Lucene doc ID,
which may change one against another as segments are merged. So docA may
sort < docB for a while, then eventually sort docA > docB
I _think_ you can play games with the merge policy to anticipate this,
but r
Thanks for the information. I have some new information as well;
The data was originally indexed when the old fuzzy search was in place (the
fuzzy values from 0.0 - 1.0). I inherited this system, and was unsure if it
was ever re-indexed properly after the upgrade, so I wiped the slate clean
and re
Hi Lou,
The Solr query Parser creates fuzzy queries with a maximum of 50 term
expansions.
This is the default value and this is hard coded in the FuzzyQuery class.
I would say this is your problem.
I think you could create a new Query Parser which could create the fuzzy
query with a bigger value
Hi Lou;
Could you give us more information about your situation?
Thanks;
Furkan KAMACI
2014-01-22 Lou Foster
> I am using the fuzzy search functionality with solr 4.1 and am having
> problems with the fuzzy search results when fuzzy level 2 is used.
>
> Here is a description of the issue;
>
>
Hi Kumar;
Are you looking for synonyms?
Thanks;
Furkan KAMACI
2014-01-27 kumar
> What is the best way to implement related search suggestions.
>
> For example :
>
> If the user is looking for "marriage halls" i need to show results like
> "catering services", "photography", "wedding cards", "
Hi Charlie;
Is there any written documentation that explains your library?
Thanks;
Furkan KAMACI
2014-01-27 Charlie Hull
> On 27/01/2014 08:50, elmerfudd wrote:
>
>> I want to implement an alert service in my solr system.
>> In the FAST ESP system the service is called Real Time Alerting.
>>
nope.
On Mon, Jan 27, 2014 at 3:00 PM, Yiannis Pericleous <
y.pericle...@albourne.com> wrote:
> Hi,
>
> Is it possible to use query time join with a facet.field option?
>
> ie. i need to do something like this:
> facet.field={!join from=parent_type to=id}city
>
> yiannis
>
--
Sincerely yours
How to use this format for a particular field Please suggest me what should
be the postingFormat attribute value to use this format
Thanks
On 27/01/2014 08:50, elmerfudd wrote:
I want to implement an alert service in my solr system.
In the FAST ESP system the service is called Real Time Alerting.
The service I'm looking for is:
- a document is fed to solr.
- without the document indexed , a set of queries run on the document
- if t
Hi Varun and all,
Thanks for your input.
On Mon, Jan 27, 2014 at 11:29 AM, Varun Thacker
wrote:
> Hi Dileepa,
>
> If I understand correctly this is what happens in your system correctly :
>
> 1. DIH Sends data to Solr
> 2. You have written a custom update processor (
> http://wiki.apache.org/sol
Hi,
Is it possible to use query time join with a facet.field option?
ie. i need to do something like this:
facet.field={!join from=parent_type to=id}city
yiannis
Does it work if you define it on the fieldType level as opposed to field level?
You might also look into creating your own codecFactory:
http://wiki.apache.org/solr/SolrConfigXml
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalo
Thanks Shawn. Appreciate it.
--
View this message in context:
http://lucene.472066.n3.nabble.com/java-lang-NoClassDefFoundError-org-carrot2-core-ControllerFactory-tp4112967p4113683.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
Looks like there is support for Sharepoint as well as Windows Share in
ManifoldCF.
Yes, You can craw folders with Nutch (Atleast i have worked on a windows pc
with a local file folder).
Nutch 1.7 and Solr 4.5.1 have worked for me.
Regards,
--
View this message in context:
http://lucene
Hey,
Is there any way to use MemoryPosting Format for my whole index, I mean instead
of specifying Codec attribute on per field basis can I specify something in my
solrconfig.xml or schema.xml that will use Memory Posting Format for all
indexed fields.If there is any way let me know. I know this
Have you looked at using groups? http://wiki.apache.org/solr/FieldCollapsing
In that design, your records will actually be 'availability' with UPC,
merchantid, locationid (just one) and then you group on UPC?
Did you see Guilt's presentation on something similar?
http://www.slideshare.net/trenama
Bumping this one, with an update:
After thinking about this, I think getting rid of lat/lon will simplify
things a bit, the new query pattern:
Input: keyword=ipod, merchantId=922,locationId=81,82
Output: List of UPCs for ipod which exist inside stores 81 and 82 which
should be owned by 922
Also,
What is the best way to implement related search suggestions.
For example :
If the user is looking for "marriage halls" i need to show results like
"catering services", "photography", "wedding cards", "invitation cards",
"music organisers".
Thanks & Regards,
kumar
--
View this message in co
I want to implement an alert service in my solr system.
In the FAST ESP system the service is called Real Time Alerting.
The service I'm looking for is:
- a document is fed to solr.
- without the document indexed , a set of queries run on the document
- if the document answers a query - an alert
42 matches
Mail list logo