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
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”)
>
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
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
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
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
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
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
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?
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
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,
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
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
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
>
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
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
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
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
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
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,
>
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
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
Has anyone tried doing this? Got any tips for someone getting started?
Thanks,
Adam
Sent from my iPhone
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
> 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
>>
25 matches
Mail list logo