Learn To Rank Questions

2017-05-11 Thread Grant Ingersoll
Hi, Just getting up to speed on LTR and have a few questions (most of which are speculative at this point and exploratory, as I have a couple of talks coming up on this and other relevance features): 1. Has anyone looked at what's involved with supporting SparkML or other models (e.g. PMML)? 2.

Re: Graph Traversal Question

2016-10-26 Thread Grant Ingersoll
to answer questions. These are commonly done in a triple store (RDF engine), but w/ this graph stuff in Solr, I think it could be possible to do in Solr (and quite simply at that), which significantly simplifies the overall system. > > > Joel Bernstein > http://joelsolr.blogspot.com/

Re: Graph Traversal Question

2016-10-26 Thread Grant Ingersoll
The other way to think about is: I want to put labels on the edges. In my case, the label is the relationship, in your case, the label is the rating or author. On Wed, Oct 26, 2016 at 7:26 AM Yonik Seeley wrote: > On Wed, Oct 26, 2016 at 7:13 AM, Grant Ingersoll > wrote: > > On

Re: Graph Traversal Question

2016-10-26 Thread Grant Ingersoll
Yonik AND rating_i:5", > > fl="book_s,user_s,rating_i",sort="user_s asc"), > >walk="book_s->book_s", > >gather="user_s", > >fq="rating_i:[4 TO *] -user_s:Yonik", > >trackTraversal=true )&

Re: Graph Traversal Question

2016-10-26 Thread Grant Ingersoll
eviews","field":"user_s","ancestors":["book1"],"level":1}, > > {"node":"Maria","collection":"reviews","field":"user_s","ancestors":["book2"],"level&q

Graph Traversal Question

2016-10-25 Thread Grant Ingersoll
Hi, I'm playing around with the new Graph Traversal/GatherNodes capabilities in Solr 6. I've been indexing Yago facts ( http://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/yago-naga/yago/downloads/) which give me triples of something like subject-relationship-object (

Re: Related Search

2016-10-25 Thread Grant Ingersoll
Hi Rick, I typically do this stuff just by searching a different collection that I create offline by analyzing query logs and then indexing them and searching. On Mon, Oct 24, 2016 at 8:32 PM Rick Leir wrote: > Hi all, > > There is an issue 'Create a Related Search Component' which has been > o

Re: [ANN] Lucidworks Fusion 1.0.0

2014-09-24 Thread Grant Ingersoll
Sep 23, 2014, at 2:00 AM, Thomas Egense wrote: > Hi Grant. > Will there be a Fusion demostration/presentation at Lucene/Solr Revolution > DC? (Not listed in the program yet). > > > Thomas Egense > > On Mon, Sep 22, 2014 at 3:45 PM, Grant Ingersoll > wrote: > >

[ANN] Lucidworks Fusion 1.0.0

2014-09-22 Thread Grant Ingersoll
. If you'd like to download: http://lucidworks.com/product/fusion/. Cheers, Grant Ingersoll -------- Grant Ingersoll | CTO gr...@lucidworks.com | @gsingers http://www.lucidworks.com

[OT] Use Cases for Taming Text, 2nd ed.

2014-01-20 Thread Grant Ingersoll
Hi Solr Users, Drew Farris, Tom Morton and I are currently working on the 2nd Edition of Taming Text (http://www.manning.com/ingersoll for first ed.) and are soliciting interested parties who would be willing to contribute to a chapter on practical use cases (i.e. you have something in producti

Re: Adding pdf/word file using JSON/XML

2013-06-15 Thread Grant Ingersoll
On Jun 15, 2013, at 12:54 PM, Alexandre Rafalovitch wrote: > On Sat, Jun 15, 2013 at 10:35 AM, Grant Ingersoll wrote: >> That being said, it truly amazes me that people were ever able to implement >> Solr, given some of the FUD in this thread. I guess those tens of t

Re: Adding pdf/word file using JSON/XML

2013-06-15 Thread Grant Ingersoll
On Jun 13, 2013, at 11:24 AM, Walter Underwood wrote: > That was my thought exactly. Contribute a REST request handler. --wunder > +1. The bits are already in place for a lot of it now that RESTlet is in. That being said, it truly amazes me that people were ever able to implement Solr, gi

[OT] San Fran. Lucene/Solr Hack Night

2013-01-30 Thread Grant Ingersoll
heers, Grant Grant Ingersoll http://www.lucidworks.com

Re: A curious request about a curious request handler

2012-04-03 Thread Grant Ingersoll
On Apr 3, 2012, at 12:37 PM, Benson Margulies wrote: > On Tue, Apr 3, 2012 at 12:27 PM, Grant Ingersoll wrote: >> >> On Apr 3, 2012, at 9:43 AM, Benson Margulies wrote: >> >>> I've made a RequestHandler class that acts as follows: >>>

Re: A curious request about a curious request handler

2012-04-03 Thread Grant Ingersoll
On Apr 3, 2012, at 9:43 AM, Benson Margulies wrote: > I've made a RequestHandler class that acts as follows: > > 1. At its initialization, it creates a StandardRequestHandler and hangs onto > it. > 2. When a query comes to it (I configure it to a custom qt value), it: > a. creates a new query

Re: How to index a single big file?

2012-03-10 Thread Grant Ingersoll
files in parallel (multithreaded) using SolrJ and sending in batches of documents at once or using the StreamingUpdateSolrServer. There are lots of good tutorials on using SolrJ available. Grant Ingersoll http://www.lucidimagination.com

[Job] Research Internships

2012-02-27 Thread Grant Ingersoll
Hi, I have internships open for this summer for students interested in working on search and machine learning. Description is below. -Grant Research Engineer Internship DESCRIPTION Lucid Imagination, the leading commercial company for Apache Lucene and Solr, is looking for interns to work on

[Job] Research Engineer at Lucid Imagination

2012-02-01 Thread Grant Ingersoll
dwood City, California TRAVEL Minimal -------- Grant Ingersoll http://www.lucidimagination.com

[Job] Sales Engineer at Lucid Imagination

2012-01-17 Thread Grant Ingersoll
Hi Solr Users, Lucid Imagination is looking for a sales engineer. If you know search, Solr and like working with customers, the sales engineer job may be of interest to you. I've included the job description below. If you are interested, please send your resume (off-list) to melissa.qu...@lu

[JOB] Lucid Imagination is hiring

2011-12-05 Thread Grant Ingersoll
Hi All, If you've wanted a full time job working on Lucene or Solr, we have two positions open that just might be of interest. The job descriptions are below. Interested candidates should submit their resumes off list to care...@lucidimagination.com. You can learn more on our website: ht

Re: SolR for time-series data

2011-12-04 Thread Grant Ingersoll
s way? > > I want to query by chart_id and get back a series of timestamp:double pairs. > > Regards > Alan Grant Ingersoll http://www.lucidimagination.com

Re: Incorrect Search Results showing up

2011-10-26 Thread Grant Ingersoll
tion for that result based on the > schema defined. > > According to me 3rd result should not be returned as part of the search > result. If somebody can point out anything wrong in my schema it will be > great help to me. > > Thanks > Nitin > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Incorrect-Search-Results-showing-up-tp3452810p3452810.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Grant Ingersoll http://www.lucidimagination.com

Bet you didn't know Lucene can...

2011-10-22 Thread Grant Ingersoll
the conference and also see if I can't inject more ideas beyond the ones I have. I don't need deep technical details, but just high level use case and the basic insight that led you to believe Lucene/Solr could solve the problem. Thanks in advance, Grant --

Re: Faceted Search Patent Lawsuit - Please Read

2011-08-16 Thread Grant Ingersoll
I know you mean well and are probably wondering what to do next, but such a discussion is really beyond the scope of this mailing list. Most of us aren't lawyers (I wonder if anyone here is?) and if we were, we wouldn't likely speculate in public on something that can only be decided in the cou

[Help Wanted] Graphics and other help for new Lucene/Solr website

2011-08-10 Thread Grant Ingersoll
Hi, We are in the process of putting up a new Lucene/Solr/PyLucene/OpenRelevance website. You can see a preview at http://lucene.staging.apache.org/lucene/. It is more or less a look and feel copy of Mahout and Open For Biz websites. This new site, IMO, both looks better than the old one and

Re: Updating fields in an existing document

2011-07-25 Thread Grant Ingersoll
> > It struck me that we can't be the only people to go down this road, so > I write to inquire if we are missing something. -- Grant Ingersoll

Re: Huge performance drop in distributed search w/ shards on the same server/container

2011-05-13 Thread Grant Ingersoll
there any known limits and/or work-arounds? > > Thanks, > > Fred. Grant Ingersoll Join the LUCENE REVOLUTION Lucene & Solr User Conference May 25-26, San Francisco www.lucenerevolution.org

Re: Can ExtractingRequestHandler ignore documents metadata

2011-05-11 Thread Grant Ingersoll
ocument's text and not > its properties? > > Thanks - Tod -- Grant Ingersoll http://www.lucenerevolution.org

Lucene Rev Stump the Chump

2011-04-25 Thread Grant Ingersoll
Hey everyone, As you no doubt by now know, Lucene Revolution, the second annual Lucene/Solr conference sponsored by Lucid Imagination, is happening out in San Francisco at the end of May. There are a lot of really great talks and speakers from across the spectrum (check out lucenerevolution.o

Re: External Dictionary with Weights

2011-04-23 Thread Grant Ingersoll
y. Could anyone point us to an example of this or give > us some ideas as to how to do it? > > Thanks much, > ~gin ------ Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: Distributed search

2011-04-23 Thread Grant Ingersoll
x27;t do like that). > > Thank you in advance > > Laurent FLEIFEL -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: MoreLikeThis

2011-04-23 Thread Grant Ingersoll
> > And here is the URL I use to get results: > http://localhost:8983/solr/mlt/?q=title:Some random title > > Any help on this matter would be greatly appreciated. Thanks! -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: Grouping

2011-04-14 Thread Grant Ingersoll
.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: ExtractingRequestHandler and Solr 3.1

2011-04-13 Thread Grant Ingersoll
27;m not aware of anything changing here, other than we upgraded Tika. Can you isolate the problem and share the test? I tried it on trunk (I can get 3.1.0 if needed, but they should be the same in regards to the ERH) using the examples on the http://wiki.apache.org/solr/ExtractingRequestHandler page and I don't see the behavior. -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Apache Solr 3.1.0

2011-03-31 Thread Grant Ingersoll
March 2011, Apache Solr 3.1 available The Lucene PMC is pleased to announce the release of Apache Solr 3.1. This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at http://www.apache.org/dy

Apache Solr 3.1.0 available

2011-03-31 Thread Grant Ingersoll
March 2011, Apache Solr 3.1 available The Lucene PMC is pleased to announce the release of Apache Solr 3.1. This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at http://www.apache.org/dy

Re: Wanted: a directory of quick-and-(not too)dirty analyzers for multi-language RDF.

2011-03-25 Thread Grant Ingersoll
least in Java? > Thanks in advance for your help. > > Best regards, >François Jurain. > > > > Retrouvez les 10 conseils pour économiser votre carburant sur Voila : > http://actu.voila.fr/evenementiel/LeDossierEcologie/l-eco-conduite/ > > &

Fwd: [Announce] Now Open: Call for Participation for ApacheCon North America

2011-03-03 Thread Grant Ingersoll
Begin forwarded message: > From: Grant Ingersoll > Date: March 3, 2011 3:52:05 PM EST > To: u...@mahout.apache.org, solr-user@lucene.apache.org, > java-u...@lucene.apache.org, opennlp-u...@incubator.apache.org > Subject: Fwd: [Announce] Now Open: Call for Participation for

Fwd: [Announce] Now Open: Call for Participation for ApacheCon North America

2011-03-03 Thread Grant Ingersoll
Begin forwarded message: > From: Sally Khudairi > Date: March 3, 2011 3:10:17 PM EST > To: annou...@apachecon.com > Subject: [Announce] Now Open: Call for Participation for ApacheCon North > America > Reply-To: s...@apache.org > > Call for Participation > ApacheCon North America 2011 > 7-11

Free Webcast/Technical Case Study: How Bazaarvoice moved to Solr to implement Search Strategies for Social and eCommerce

2011-02-24 Thread Grant Ingersoll
I thought you might be interested in a technical webcast on Solr/Lucene and e-commerce/social media that we are sponsoring, featuring RC Johnson of Bazaarvoice. It's Wednesday, March 2, 2011 at 11:00am PST/2:00pm EST/19:00 GMT. RC has been leading efforts at Bazaarvoice to build out their Solr sea

Re: [WKT] Spatial Searching

2011-02-09 Thread Grant Ingersoll
s will be a > daunting task but because JTS recognizes each geometry type it should be > possible to work with them. > Does anyone know of a patch or even when this functionality might be included > in to Solr4.0? I need to query for polygons ;-) > Thanks, > Adam > > > -- Grant Ingersoll http://www.lucidimagination.com/

Re: TermVector query using Solr Tutorial

2011-02-08 Thread Grant Ingersoll
> - > > 0 > > 1 > 1.0 > > > > id > > > What I want to know is the relative position the keywords within a field. > > Anyone can explain the above result to me? It's a little hard to read due to the indentation, but AFAICT you have two te

Re: Use Parallel Search

2011-02-03 Thread Grant Ingersoll
art simple and see what I can do in 1 instance of Solr and what query/indexing throughput you can get. -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: geodist and spacial search

2011-02-03 Thread Grant Ingersoll
11:18 AM, Eric Grobler >> wrote: >> >>> Hi >>> >>> In http://wiki.apache.org/solr/SpatialSearch >>> there is an example of a bbox filter and a geodist function. >>> >>> Is it possible to do a bbox filter and sort by distance - combine the >> two? >>> >>> Thanks >>> Ericz >>> >> -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: filed names for solr spatial

2011-02-02 Thread Grant Ingersoll
techrepublic.com.com/security/?p=4501&tag=nl.e036' > > > EARTH has a Right To Life, > otherwise we all die. > -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: Controlling Tika's metadata

2011-02-02 Thread Grant Ingersoll
On Jan 28, 2011, at 5:38 PM, Andreas Kemkes wrote: > Just getting my feet wet with the text extraction using both schema and > solrconfig settings from the example directory in the 1.4 distribution, so I > might miss something obvious. > > Trying to provide my own title (and discarding the one

Re: Highlighting with/without Term Vectors

2011-01-26 Thread Grant Ingersoll
On Jan 24, 2011, at 2:42 PM, Salman Akram wrote: > Hi, > > Does anyone have any benchmarks how much highlighting speeds up with Term > Vectors (compared to without it)? e.g. if highlighting on 20 documents take > 1 sec with Term Vectors any idea how long it will take without them? > > I need to

Re: Opensearch Format Support

2011-01-20 Thread Grant Ingersoll
4:29 PM, Tod wrote: >> Does Solr support the Opensearch format? If so could someone point me >> to the correct documentation? >> >> >> Thanks - Tod >> -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-18 Thread Grant Ingersoll
And here's mine: On Jan 18, 2011, at 4:04 PM, Grant Ingersoll wrote: > > Where do you get your Lucene/Solr downloads from? > > [] ASF Mirrors (linked in our release announcements or via the Lucene website) > > [x] Maven repository (whether you use Maven, Ant+Ivy, Buil

[POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-18 Thread Grant Ingersoll
As devs of Lucene/Solr, due to the way ASF mirrors, etc. works, we really don't have a good sense of how people get Lucene and Solr for use in their application. Because of this, there has been some talk of dropping Maven support for Lucene artifacts (or at least make them external). Before we

Re: latest patches and big picture of search grouping

2011-01-18 Thread Grant Ingersoll
: > http://lucene.472066.n3.nabble.com/latest-patches-and-big-picture-of-search-grouping-tp2271383p2271383.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Grant Ingersoll http://www.lucidimagination.com

Re: [sfield] Missing in Spatial Search

2011-01-18 Thread Grant Ingersoll
2011 6:51:51 PM org.apache.solr.common.SolrException log > SEVERE: org.apache.solr.common.SolrException: missing sfield for spatial > reques > t > > Any ideas on this one? > > Thanks in advance, > Adam -- Grant Ingersoll http://www.lucidimagination.com

Re: Tuning StatsComponent

2011-01-11 Thread Grant Ingersoll
n't do it. More RAM is sometimes the answer, but not always. Too much RAM to the JVM often equals too much garbage which means stop the world garbage collections. -- Grant Ingersoll http://www.lucidimagination.com

Re: Synonyms at index time

2011-01-11 Thread Grant Ingersoll
index) looks like when synonyms are thrown into the mix. Synonyms are injected by the token filter and appear as any other tokens. Usually they are at the same position as the original word. Try using Solr's Analysis tool (via the admin) to see what it looks like. --

Re: first steps in nlp

2011-01-11 Thread Grant Ingersoll
into account. Payloads and/or marker tokens would likely help here. -Grant > > cheers lee > > > > > On 10 January 2011 18:21, Grant Ingersoll wrote: > >> >> On Jan 10, 2011, at 12:42 PM, lee carroll wrote: >> >>> Hi >>> &

Re: Tuning StatsComponent

2011-01-10 Thread Grant Ingersoll
ct queries for each currency to the >> appropriate Solr server. >> >> Please do share a description of what all you are indexing, >> how large your index is, and what kind of queries you are >> running. I take it that you have already taken a look at >> http://wiki.apache.org/solr/SolrPerformanceFactors >> >> Regards, >> Gora >> -- Grant Ingersoll http://www.lucidimagination.com/

Re: first steps in nlp

2011-01-10 Thread Grant Ingersoll
handling "not" correctly? In other words, more details are welcome! -Grant -- Grant Ingersoll http://www.lucidimagination.com

Re: [Solr4.0] Release Date

2011-01-06 Thread Grant Ingersoll
olr4.0? I looked at Jira and there are still quite a few > unresolved issues in there. Do we think it will be spring, summer or fall > for this release? > > Thanks, > Adam ------ Grant Ingersoll http://www.lucidimagination.com

Re: Setting up Solr for PDFs on JBoss

2011-01-03 Thread Grant Ingersoll
> in error, please notify the sender immediately by reply e-mail and > permanently delete and destroy this message and its attachments, along with > any copies thereof. This message does not create any contractual obligation > on behalf of the sender or Law Bulletin Publishing Company. > Thank you. -- Grant Ingersoll http://www.lucidimagination.com

Re: Extensibility of compressed='true'

2011-01-03 Thread Grant Ingersoll
look at > bytes arriving and personhandle bytes upon retrieval? -- Grant Ingersoll http://www.lucidimagination.com

Re: SpatialTierQueryParserPlugin Loading Error

2011-01-03 Thread Grant Ingersoll
; https://issues.apache.org/jira/secure/attachment/12452781/SOLR-2077.Quach.Mattmann.082210.patch.txt > > I would gladly update this page if I could just get it working. > http://wiki.apache.org/solr/SpatialSearch > > w/r, > Adam > > > On Tue, Dec 14, 2010 at 9:04 AM, Gra

Re: problems with replication

2011-01-03 Thread Grant Ingersoll
gt;at > org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:898) >at > org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:528) >at > org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.java:565) > > > > -- Grant Ingersoll http://www.lucidimagination.com

Re: names of index files

2011-01-03 Thread Grant Ingersoll
les? > Is it from Lucene or from Solr or a fault in my system? > > Both indexes are optimized, any idea? > > Regards, Bernd -- Grant Ingersoll http://www.lucidimagination.com

Re: facet.pivot for date fields

2010-12-17 Thread Grant Ingersoll
n Wed, Dec 15, 2010 at 2:01 AM, Adeel Qureshi >>> wrote: >>> >>>> It doesnt seems like pivot facetting works on dates .. I was just >>> curious >>>> if >>>> thats how its supposed to be or I am doing something wrong .. if I >>> include >>>> a >>>> datefield in the pivot list .. i simply dont get any facet results back >>> for >>>> that datefield >>>> >>>> Thanks >>>> Adeel >>>> >>> >> >> -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: Why does Solr commit block indexing?

2010-12-17 Thread Grant Ingersoll
t time is only 4 minutes, but it can be larger if there are >>> merges of large segments >>> I thought Solr was able to handle commits and updates at the same time: the >>> commit operation should be done in the background, and the server still >>> continue to re

Re: Determining core name from a result?

2010-12-16 Thread Grant Ingersoll
en find out which core that result came from? > > I'm using Solr branch_3x. > > Many thanks > > Mark > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > -- Grant Ingersoll http://www.lucidimagination.com/

[ANN] General Availability of LucidWorks Enterprise

2010-12-15 Thread Grant Ingersoll
Access LucidWorks Enterprise whitepapers and tutorials: www.lucidimagination.com/lwe/whitepapers Read further commentary on the Lucid Imagination blog Cheers, Grant -- Grant Ingersoll http://www.lucidimagination.com

Re: Custom scoring for searhing geographic objects

2010-12-15 Thread Grant Ingersoll
ddress, and the results > should appear the most relevant results. > > Thanks. > -- > Pavel Minchenkov -- Grant Ingersoll http://www.lucidimagination.com

Re: SpatialTierQueryParserPlugin Loading Error

2010-12-14 Thread Grant Ingersoll
ader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.net.FactoryURLClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Unknown Source) > at > org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:357) > ... 33 more -- Grant Ingersoll http://www.lucidimagination.com

Re: Search with facet.pivot

2010-12-14 Thread Grant Ingersoll
generateWordParts="1" generateNumberParts="1" catenateWords="1" > catenateNumbers="1" catenateAll="1" /> > >maxGramSize="25" /> > > > > stemEnglishPossessive="0" splitOnNumerics="0" preserveOriginal="1" > generateWordParts="1" generateNumberParts="1" catenateWords="0" > catenateNumbers="0" catenateAll="0" /> > > > > > I am using apache-solr-4.0-2010-11-26_08-36-06 release > > Thanks in advance, > > Anders Dam -- Grant Ingersoll http://www.lucidimagination.com

Re: Solr Tika, Text with style

2010-12-14 Thread Grant Ingersoll
text without any style from Tika for Solr to search in . > Is it possible to have the text with its style from Solr? > In other words, we need to show text with its original style after searched > by solr . > Thanks > Ali > > > -- Grant Ingersoll http://www.lucidimagination.com

Re: Solr Image Result

2010-12-08 Thread Grant Ingersoll
ieve something similar to google books? > As my documents are in Farsi Language, and are stored as MS-Word Doc file, I > decided to use solr as search platform and make Image from its result. > I'd be thankful if you guys help me in this. > > Thanks, > Ali > >

Re: Map size must not be negative with spatial results + php serialized

2010-12-08 Thread Grant Ingersoll
nector$Connection.run(SocketConnector.java:226) > at > org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) > > This is only triggered when the searchComponent is added to the request > handler. > > Cheers, > > -- > Markus Jelsma - CTO - Op

Re: Severe NoClassDefFoundError Spell StringDistance Nightly 20101207

2010-12-08 Thread Grant Ingersoll
dClass(ClassLoader.java:248) >at > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401) >at > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363) >... 33 more -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

Re: Question about Solr Fieldtypes, Chaining of Tokenizers

2010-12-04 Thread Grant Ingersoll
searches through the old material on this subject isn't really showing me > much except some advice on using the copyField attribute. But my > understanding is that this will simply take your original input to the field, > and then analyze it in two different ways depending on the field definitions. > It would be very nice if it were copying the already analyzed version of the > text... but that's not what its doing, right? > > Thanks for any advice on this matter. > > Matt > > -- Grant Ingersoll http://www.lucidimagination.com

Re: Termvector based result grouping / field collapsing?

2010-11-30 Thread Grant Ingersoll
On Nov 29, 2010, at 5:17 PM, Shawn Heisey wrote: > I was just in a meeting where we discussed customer feedback on our website. > One thing that the users would like to see is "galleries" where photos that > are part of a set are grouped together under a single result. This is > basically fi

Re: Spell-Check Component Functionality

2010-11-22 Thread Grant Ingersoll
>>>>> Please let me know if any errors in it. >>>>> >>>>> I am not getting any suggestions in suggestion tags of solr output xml. >>>>> >>>>> I indexed word "Crust" to the field textSpell that is enabled for spel

Re: How to write custom component

2010-11-22 Thread Grant Ingersoll
able to just construct one. ------ Grant Ingersoll http://www.lucidimagination.com

Re: Issue with relevancy

2010-11-19 Thread Grant Ingersoll
36042 = (MATCH) fieldWeight(prod_n:comput in 57069), product of: >1.4142135 = tf(termFreq(prod_n:comput)=2) >4.5888486 = idf(docFreq=3518, maxDocs=127361) >0.375 = fieldNorm(field=prod_n, doc=57069) > 0.625 = coord(5/8) > > > One more question , How can i improve the relevancy of the docs. I usually don't worry too much about 1 vs. 2, but if you are so inclined there are a few things that likely would help: 1. Automatically induce phrase queries using the &pf option for the (extended) dismax Query Parser (assuming you are using it), otherwise create your own phrase queries for specific fields anytime you have multiple terms in the user query 2. Use the QueryElevationComponent to hardcode it. 3. Add your category field to your search list -- Grant Ingersoll http://www.lucidimagination.com

Re: Would it be nuts to store a bunch of large attachments (images, videos) in stored but-not-indexed fields

2010-10-30 Thread Grant Ingersoll
ould be adding some overhead to the system in that Solr now has to manage these files as stored fields. I guess I would do some benchmarking to see. -- Grant Ingersoll http://www.lucidimagination.com

Re: SolrCore.getSearcher() and postCommit()

2010-10-30 Thread Grant Ingersoll
On Oct 29, 2010, at 5:48 PM, Yonik Seeley wrote: > On Fri, Oct 29, 2010 at 5:36 PM, Grant Ingersoll wrote: >> Is it OK to call and increment a Searcher ref (i.e. SolrCore.getSearcher()) >> in a SolrEventListener.postCommit() hook as long as I decrement it when I am >> d

Re: How can I disable fsync()?

2010-10-29 Thread Grant Ingersoll
On Oct 29, 2010, at 2:11 PM, Igor Chudov wrote: > Thanks to all and I made Solr work very well on one newer machine. > > Now I am setting up Solr on an older server with an IDE hard drive. > > Unfortunately, populating the index takes FOREVER due to > Solr/Lucene/Tomcat calling fsync() a lot af

SolrCore.getSearcher() and postCommit()

2010-10-29 Thread Grant Ingersoll
Is it OK to call and increment a Searcher ref (i.e. SolrCore.getSearcher()) in a SolrEventListener.postCommit() hook as long as I decrement it when I am done? I need to get a handle on an IndexReader so I can dump out a portion of the index to an external process. Thanks, Grant

Re: Does anyone notice this site?

2010-10-25 Thread Grant Ingersoll
On Oct 25, 2010, at 12:54 PM, scott chu wrote: > I happen to bump into this site: http://www.solr.biz/ > > They said they are also developing a search engine? Is this any connection to > open source "Solr"? No, it is not a connection and they likely should not be using the name that way, as

ApacheCon Atlanta next week

2010-10-25 Thread Grant Ingersoll
Hi All, Just a couple of notes about ApacheCon next week for those who either are attending or are thinking of attending. 1. There will be Lucene and Solr 2 day trainings done by Erik Hatcher (Solr) and me (Lucene). It's not too late to sign up. See http://na.apachecon.com/c/acna2010/schedul

Re: Integrating Carrot2/Solr Deafult Example

2010-10-25 Thread Grant Ingersoll
On Oct 24, 2010, at 1:45 PM, Eric Martin wrote: > Hello, > > > > Welcome to all. I am a very basic user. I have limited knowledge. I read the > documentation, I have an 'example' Solr installation working on my server. I > have Drupal 6. I have Drupal using Solr (apachesolr) as its default sea

Re: Spatial

2010-10-23 Thread Grant Ingersoll
oblem with using tdouble (or tfloat if you don't need the precision) > > -Pradeep > > On Tue, Oct 19, 2010 at 6:10 PM, Grant Ingersoll wrote: > >> >> On Oct 19, 2010, at 6:23 PM, Pradeep Singh wrote: >> >>> https://issues.apache.org/jira/browse

Re: Strange file name after installing solr

2010-10-22 Thread Grant Ingersoll
o towards deploying in Geronimo. > Thanks indeed for your time > > With regards, > Bac Hoang > > -- Grant Ingersoll http://www.lucidimagination.com

Re: Spatial

2010-10-19 Thread Grant Ingersoll
On Oct 19, 2010, at 6:23 PM, Pradeep Singh wrote: > https://issues.apache.org/jira/browse/LUCENE-2519 > > If I change my code as per 2519 > > to have this - > > public double[] coords(double latitude, double longitude) { >double rlat = Math.toRadians(latitude); >double rlong = Math.to

Re: count(*) equivilent in Solr/Lucene

2010-10-19 Thread Grant Ingersoll
; : COUNT(*) >> : WHERE >> : date_column1 > :start_date AND >> : date_column2 > :end_date; >> >>q=*:*&fq=column1:[start TO >> *]&fq=column2:[end TO *]&rows=0 >> >> ...every result includes a total count. >> >> -Hoss >> -- Grant Ingersoll http://www.lucidimagination.com/ Search the Lucene ecosystem docs using Solr/Lucene: http://www.lucidimagination.com/search

ApacheCon Atlanta Meetup

2010-10-18 Thread Grant Ingersoll
Is there interest in having a Meetup at ApacheCon? Who's going? Would anyone like to present? We could do something less formal, too, and just have drinks and Q&A/networking. Thoughts? -Grant

Re: LocalSolr, Spatial Search, LatLonType clarification

2010-10-03 Thread Grant Ingersoll
! > -- > View this message in context: > http://lucene.472066.n3.nabble.com/LocalSolr-Spatial-Search-LatLonType-clarification-tp1609043p1609043.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Grant Ingersoll http://lucenerevolution.org Apache Lucene/Solr Conference, Boston Oct 7-8

Re: TermVector filter

2010-10-03 Thread Grant Ingersoll
query? > > Scott. ------ Grant Ingersoll http://lucenerevolution.org Apache Lucene/Solr Conference, Boston Oct 7-8

Re: Is Solr right for my business situation ?

2010-09-27 Thread Grant Ingersoll
intended addressee, >> you are hereby notified that reading, disseminating, distributing or copying >> this message is strictly >> prohibited. If you have received this message by mistake, please immediately >> notify us by >> replying to the message and delete the original message and any copies >> immediately thereafter. >> >> Thank you. >> ** >> >> CLLD >> > > > > -- Grant Ingersoll http://lucenerevolution.org Apache Lucene/Solr Conference, Boston Oct 7-8

Re: LocalSolr unknown handler: geo

2010-09-24 Thread Grant Ingersoll
l in 3.x? > Dennis Gearon > > Signature Warning > > EARTH has a Right To Life, > otherwise we all die. > > Read 'Hot, Flat, and Crowded' > Laugh at http://www.yert.com/film.php > > > --- On Fri, 9/24/10, Grant Ingersoll wrote: > >> F

Re: LocalSolr unknown handler: geo

2010-09-24 Thread Grant Ingersoll
questURI=/solr/db/select/ > -- > View this message in context: > http://lucene.472066.n3.nabble.com/LocalSolr-unknown-handler-geo-tp1572964p1572964.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Grant Ingersoll http://lucenerevolution.org Apache Lucene/Solr Conference, Boston Oct 7-8

Re: I was at a search vendor round table today...

2010-09-22 Thread Grant Ingersoll
t. I have had the same experience where people think it's broken b/c it's so fast. Large vendor named above took 24 hours to index 4M records (they weren't even doing anything fancy on the indexing side) and search was slow too. Solr took about 40 minutes to index all the conte

Re: spatial sorting

2010-09-21 Thread Grant Ingersoll
On Sep 17, 2010, at 9:45 AM, dan sutton wrote: > Hi, > > I'm trying to filter and sort by distance with this URL: > > http://localhost:8080/solr/select/?q=*:*&fq={!sfilt%20fl=loc_lat_lon}&pt=52.02694,-0.49567&d=2&sort={!func}hsin(52.02694,-0.49567,loc_lat_lon_0_d,%20loc_lat_lon_1_d,3963.205)asc

Re: Solr UIMA integration

2010-09-21 Thread Grant Ingersoll
y. > Tommaso > > [1] : http://code.google.com/p/solr-uima/ > [2] : http://code.google.com/p/solr-uima/wiki/5MinutesTutorial -- Grant Ingersoll http://lucenerevolution.org Apache Lucene/Solr Conference, Boston Oct 7-8

Re: Solr and jvm Garbage Collection tuning

2010-09-12 Thread Grant Ingersoll
On Sep 10, 2010, at 7:01 PM, Burton-West, Tom wrote: > We have noticed that when the first query hits Solr after starting it up, > memory use increases significantly, from about 1GB to about 16GB, and then as > queries are received it goes up to about 19GB at which point there is a Full > Garb

  1   2   3   4   5   6   7   8   9   >