Re: Indexing Flickr and Panaramio

2011-04-12 Thread Estrada Groups
> you, but if you ask more specific question, I try to answer. > > regards, > Péter > > 2011/4/12 Estrada Groups : >> Has anyone tried doing this? Got any tips for someone getting started? >> >> Thanks, >> Adam >> >> Sent from my iPhone >>

Re: Indexing Flickr and Panaramio

2011-04-12 Thread Estrada Groups
Did this go to the list? I think I may need to resubscribe... Sent from my iPhone On Apr 12, 2011, at 12:55 AM, Estrada Groups wrote: > Has anyone tried doing this? Got any tips for someone getting started? > > Thanks, > Adam > > Sent from my iPhone

Indexing Flickr and Panaramio

2011-04-11 Thread Estrada Groups
Has anyone tried doing this? Got any tips for someone getting started? Thanks, Adam Sent from my iPhone

Re: Exporting to CSV

2011-03-29 Thread Estrada Groups
Check out the trunk version of Solr and build that. Those mods are in there for sure. I think the version in trunk is 4.0 but that discussion should be on a different thread ;-) Adam On Mar 29, 2011, at 11:35 PM, Charles Wardell wrote: > Hi Koji, > > Do you mean that adding &wt=csv to my h

Re: [WKT] Spatial Searching

2011-03-28 Thread Estrada Groups
Outstanding! Thanks David...I can't wait to take a look at it. Adam Sent from my iPhone On Mar 28, 2011, at 2:16 PM, "Smiley, David W." wrote: > (This is one of those messages that I would have responded to at the time if > I only noticed it.) > > There is not yet indexing of arbitrary shape

Re: Help please - recursively indexing lots and lots of text files

2011-03-05 Thread Estrada Groups
Nutch will also handle this but I'd probably stick with the DIH as Steve suggested. On windows it's pretty easy to get a list of all the txt file by using dir /b/s *.txt > files.txt Just my $0.02 ;-) Adam Sent from my iPhone On Mar 4, 2011, at 5:52 PM, Steven A Rowe wrote: > Hi Colin, >

Re: DataImportHandler in Solr 4.0

2011-02-23 Thread Estrada Groups
Curious...why was this feature removed? Adam On Feb 23, 2011, at 6:55 PM, "Smiley, David W." wrote: > The DIH is no longer supplied embedded in the Solr war file. You need to get > it on the classpath somehow. You could add another solrconfig.xml to resolve this. > > ~ David Smiley > Author

Re: How to use XML parser in DIH for a database?

2011-02-17 Thread Estrada Groups
I was also gonna say why even worry about using XPath when you can write a SQL query to get your data out. Thats what i did and it seems much simpler and cuts out a step. Adam Sent from my iPhone On Feb 16, 2011, at 10:21 PM, Bill Bell wrote: > Does anyone have an example of using this with

Re: How to use XML parser in DIH for a database?

2011-02-17 Thread Estrada Groups
If your using a DIH for SQL server you can configure it however you want. Here is a snippet of my code. Note the Driver you need to grab from sourcenet. > >driver="oracle.jdbc.driver.OracleDriver" > url

Re: [WKT] Spatial Searching

2011-02-09 Thread Estrada Groups
Thought I would share this on web mapping...it's a great write up and something to consider when talking about working with spatial data. http://www.tokumine.com/2010/09/20/gis-data-payload-sizes/ Adam On Feb 9, 2011, at 7:03 AM, Grant Ingersoll wrote: > The show stopper for JTS is it's lice

Re: [WKT] Spatial Searching

2011-02-09 Thread Estrada Groups
How could i stub this out not being a java guy? What is needed in order to do this? Licensing is always going to be an issue with JTS which is why I am interested in the project SIS sitting in incubation right now. I willing to put forth the effort if I had a little direction from the peanut

Re: geodist and spacial search

2011-02-05 Thread Estrada Groups
Use the {!geofilt} param like Grant suggested. IMO, it works the best especially on larger datasets. Adam Sent from my iPhone On Feb 4, 2011, at 10:56 PM, Bill Bell wrote: > Why not just: > > q=*:* > fq={!bbox} > sfield=store > pt=49.45031,11.077721 > d=40 > fl=store > sort=geodist() asc >

Re: CUSTOM JSP FOR APACHE SOLR

2011-02-01 Thread Estrada Groups
Has anyone noticed the rails application that installs with Solr4.0? I am interested to hear some feedback on that one... Adam On Jan 31, 2011, at 4:25 PM, Paul Libbrecht wrote: > Tomas, > > I also know velocity can be used and works well. > I would be interested to a simpler way to have the

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Estrada Groups
I have the exact opposite problem where Luke won't even load the index but Solr starts fine. I believe there are major differences between the two indexes that are causing all these issues. Adam On Feb 1, 2011, at 6:28 AM, Churchill Nanje Mambe wrote: > hi guys > I have developed a java cr

Re: Solr for noSQL

2011-01-31 Thread Estrada Groups
What are the advantages of using something like HBase over your standard Lucene index with Solr? It would seem to me like you'd be losing a lot of what Lucene has to offer!?! Adam On Jan 31, 2011, at 5:34 AM, Steven Noels wrote: > On Fri, Jan 28, 2011 at 1:30 AM, Jianbin Dai wrote: > >> Hi,

Re: get SOMETHING out of an index

2011-01-29 Thread Estrada Groups
It would be really helpful to send along your schem.XML file so we can see how you are indexing these points. Polygons and linestrings are not supported yet. Another good way to test is using the Solr/admin tool or hand jamming your params in manually. Type *:* as your query in the admin tool. A

Re: [Failure] to start Solr 4.0

2011-01-29 Thread Estrada Groups
It would seem like several of the sun projects require the "ant dist" command in order for everything to get built properly. Solr and Uima being two that have been mentioned in the last two days. Is there any way that we can include these in the root build script to cut out all the extra steps?

Re: DIH From various File system locations

2011-01-25 Thread Estrada Groups
I would just use Nutch and specify the -solr param on the command line. That will add the extracted content your instance of solr. Adam Sent from my iPhone On Jan 25, 2011, at 5:29 AM, pankaj bhatt wrote: > Hi All, > I need to index the documents presents in my file system at various

Re: Is solr 4.0 ready for prime time? (or other ways to use geo distance in search)

2011-01-22 Thread Estrada Groups
I tried to build yeaterdays svn trunk of 4.0 and got massive failures... The Hudson zipped up version seems to work without any issues. Has anyone else seem this build issue on the Mac? I guess this also has to do with Grants recent poll... Adam On Jan 22, 2011, at 6:34 AM, Robert Muir wrote

Re: Multi-word exact keyword case-insensitive search suggestions

2011-01-13 Thread Estrada Groups
Ahhh...the fun of open source software ;-). Requires a ton of trial and error! I found what worked for me and figured it was worth passing it along. If you don't mind...when you sort everything out on your end, please post results for the rest of us to take a gander at. Cheers, Adam On Jan 13

Re: [Example] Compound Queries

2011-01-11 Thread Estrada Groups
I am using Solr4.0 for my testing right now if that helps. Adam On Jan 11, 2011, at 10:46 PM, Adam Estrada wrote: > All, > > I have the following query which works just fine for querying a date range. > Now I would like to add any kind of spatial query to the mix. Would someone > be so kind

Re: [Solr4.0] Release Date

2011-01-06 Thread Estrada Groups
Thanks Grant! Ridiculous question #2. What is the difference between 3.1 and 4.0? I am very confused about this... Adam Sent from my iPhone On Jan 6, 2011, at 8:15 AM, Grant Ingersoll wrote: > I think 3.1 will be next, but I don't see a date yet. I would hope sometime > soon, but I haven't

Re: [sqljdbc4.jar] Errors

2011-01-04 Thread Estrada Groups
I downloaded that driver today and will test it tomorrow. Thanks for the tip! Would you mind sending an XML code snippet if it's any different to load than the MS driver? Thanks, Adam Sent from my iPhone On Jan 4, 2011, at 11:34 PM, Gora Mohanty wrote: > On Wed, Jan 5, 2011 at 5:01 AM, Ada

Re: Sub query using SOLR?

2011-01-04 Thread Estrada Groups
I am +1 on the interest on how to do this! Adam On Jan 4, 2011, at 1:26 PM, bbarani wrote: > > Hi, > > I am trying to use subquery in SOLR, is there a way to implement this using > SOLR query syntax? > > Something like > > Related_id: IN query(field=ud, q=”type:IT AND manager_12:dave”) >

Re: SpatialTierQueryParserPlugin Loading Error

2010-12-28 Thread Estrada Groups
Thanks a bunch for all the great responses! I think first thing tomorrow I will grab a fresh version from trunk then walk through the tutorial. I have not done that in quite some time... I will also investigate the version in Git to see which one is easier to work with. I like the idea of build