Re: Too long to index PDF - SOLR 3.5, SOLRNet 0.4.0.2001, Tom Cat 7.0

2011-12-07 Thread Mauricio Scheffer
Try setting the StreamType to application/pdf, that way Tika doesn't have to infer it. BTW the second argument to ExtractParameters is the unique key... a value of "*" probably doesn't make sense. -- Mauricio On Wed, Dec 7, 2011 at 5:50 PM, Soumitra Banerjee < soumitrabaner...@gmail.com> wrote:

Re: term vector parser in solr.NET

2011-09-25 Thread Mauricio Scheffer
TermVectorComponent support is a pending issue: http://code.google.com/p/solrnet/issues/detail?id=68 Please use the SolrNet mailing list for specific questions about it: http://groups.google.com/group/solrnet Cheers, Mauricio On Mon, Sep 19, 2011 at 7:33 AM, jame vaalet wrote: > hi, > i was w

Re: Solr and DateTimes - bug?

2011-09-12 Thread Mauricio Scheffer
Hi Nicklas, Use a nullable DateTime type instead of MinValue. It's semantically more correct, and SolrNet will do the right mapping. I also heard that Mono had a bug in date parsing, it didn't behave just like .NET : https://github.com/mausch/SolrNet/commit/f3a76ea5535633f4b301e644e25eb2dc7f0cb7ef

Re: Can't Get Past Step 2 in the Tutorial

2011-08-29 Thread Mauricio Scheffer
The error says that port 8983 is already in use by some other application. Try some other port: java -Djetty.port=8984 -jar start.jar -- Mauricio On Mon, Aug 29, 2011 at 10:39 PM, Waldo Jaquith wrote: > Howdy, > > I’m having an incredibly frustrating time getting started with Solr. I’ve > got

Re: Embedding SOLR in Dot NET Application

2011-01-05 Thread Mauricio Scheffer
See: http://stackoverflow.com/questions/1749314/is-solr-available-for-net http://stackoverflow.com/questions/3992530/is-any-work-being-done-on-a-net-port-of-solr -- Mauricio On Wed, Jan 5, 2011 at 6:59 AM, sumita wrote: >

Re: Solr on Google App Engine

2010-12-09 Thread Mauricio Scheffer
Solr on GAE has been discussed a couple of times, see these threads: http://www.mail-archive.com/java-u...@lucene.apache.org/msg26010.html http://www.mail-archive.com/solr-user@lucene.apache.org/msg24473.html

Re: Solr Git Tags

2010-11-08 Thread Mauricio Scheffer
AFAICT the new SVN trunk doesn't have any tags either (or history): http://svn.apache.org/viewvc/lucene/dev/tags/ If you're seeking 1.4.1 I'd use the old SVN repo. http://svn.apache.org/viewvc/lucene/solr/tags/release-1.4.1/ -- Mauricio On Mon, Nov 8, 2010 at 2:42 PM, Will Milspec wrote: > Hi

Re: Query: URl too long

2010-07-12 Thread Mauricio Scheffer
Frederico, This is indeed a SolrNet issue. You can switch to POST in queries by implementing a ISolrConnection decorator. In the Get() method you'd build a POST request instead of the standard GET. Please use the SolrNet forum for further questions about SolrNet. Cheers, Mauricio On Mon, Jul 12,

Re: NoSuchFieldError: submap

2010-05-29 Thread Mauricio Scheffer
Thanks Hoss, yeah I had an outdated jar, I ran ant clean then ant dist and all is well now. -- Mauricio On Fri, May 28, 2010 at 3:39 PM, Chris Hostetter wrote: > > : Hi, I'm trying to build from source to apply the field collapsing patch. > : 'Ant dist' runs just fine, no errors, but at startup

NoSuchFieldError: submap

2010-05-27 Thread Mauricio Scheffer
Hi, I'm trying to build from source to apply the field collapsing patch. 'Ant dist' runs just fine, no errors, but at startup I get a "NoSuchFieldError: submap" exception (stack trace: http://pastebin.com/NXsf0KJS ). This is before sending any requests. I don't have any 'submap' field defined anywh

Re: Spatial / Local Solr radius

2010-03-30 Thread Mauricio Scheffer
dense" set). The dense > set exhibited no problems with consistency searching at various radii, > but the sparse set exhibited the same issues you experienced. > > Michael D. > > On Mon, Dec 28, 2009 at 7:39 PM, Mauricio Scheffer > wrote: > > It's jteam's plu

Re: DIH - Deleting documents

2010-03-23 Thread Mauricio Scheffer
Take a look at the DIH special commands: http://wiki.apache.org/solr/DataImportHandler#Special_Commands Some other options: http://stackoverflow.com/questions/1555610/solr-dih-how-to-handle-deleted-documents Cheers, Mauricio 2010/3/2

Solr ad on stackoverflow.com

2010-03-09 Thread Mauricio Scheffer
Stackoverflow.com is serving ads for open source projects: http://meta.stackoverflow.com/questions/31913/open-source-advertising-sidebar-1h-2010 I think it would be good publicity for Solr to have a banner there... anyone up for designing one? (if it's ok with the Solr dev team, of course) Cheers

Re: Local Solr Inconsistent results for radius

2010-02-12 Thread Mauricio Scheffer
urs. Has it to do with certain latitudes, > longitudes. If so why is it happening. Is it a bug in local solr? > > On Fri, Feb 12, 2010 at 5:50 PM, Mauricio Scheffer < > mauricioschef...@gmail.com> wrote: > > > Hi Emad, > > > > I had the same issue ( > > h

Re: Local Solr Inconsistent results for radius

2010-02-12 Thread Mauricio Scheffer
Hi Emad, I had the same issue ( http://old.nabble.com/Spatial---Local-Solr-radius-td26943608.html ), it seems that this happens only on eastern areas of the world. Try inverting the sign of all your longitudes, or translate all your longitudes to the west. Cheers, Mauricio On Fri, Feb 12, 2010 a

Re: Updating a single field in a Solr document

2010-01-19 Thread Mauricio Scheffer
Here's the corresponding issue: https://issues.apache.org/jira/browse/SOLR-139 On Tue, Jan 19, 2010 at 1:36 PM, Raghuveer Kancherla < raghuveer.kanche...@aplopio.com> wrote: > Is this feature planned in any of the future releases. I ask because it > will > help me plan my system architecture acco

Re: Spatial / Local Solr radius

2009-12-28 Thread Mauricio Scheffer
28, 2009, at 11:47 AM, Mauricio Scheffer wrote: > > > q={!spatial lat=43.705 long=116.3635 radius=100}*:* > > What's QParser is the "spatial" plugin? I don't know of any such QParser in > Solr. Is this a third party tool? If so, I'd suggest asking on that list.

Re: Remove the deleted docs from the Solr Index

2009-12-28 Thread Mauricio Scheffer
Here's a couple more options: http://stackoverflow.com/questions/1555610/solr-dih-how-to-handle-deleted-documents/ Cheers, Mauricio On Mon, Dec 28, 2009 at 5:51 PM, Mohamed Parvez wrote: > I am using Solr 1.

Re: Spatial / Local Solr radius

2009-12-28 Thread Mauricio Scheffer
; > On Dec 28, 2009, at 9:30 AM, Mauricio Scheffer wrote: > > > Hi everyone, > > I'm getting inconsistent behavior from Spatial Solr when searching with > > different radii. For the same lat/long I get: > > > > radius=1 -> 1 result > > radius=10 -&

Spatial / Local Solr radius

2009-12-28 Thread Mauricio Scheffer
Hi everyone, I'm getting inconsistent behavior from Spatial Solr when searching with different radii. For the same lat/long I get: radius=1 -> 1 result radius=10 -> 0 result radius=25 -> 2 results radius=100 -> 2 results radius=250 -> 0 results I don't understand why radius=10 and 250 return no r

Re: Spatial Solr (JTeam)

2009-12-28 Thread Mauricio Scheffer
Seems to work for me... (I mean, I don't get a NoClassDefFoundError but I have other issues). I just put spatial-solr-1.0-RC3.jar in the core's lib directory and it worked. On Wed, Dec 23, 2009 at 8:25 PM, Thomas Rabaix wrote: > Hello, > > I would like to set up the spatial solr plugin from > htt

Re: javabin in .NET?

2009-11-16 Thread Mauricio Scheffer
ple to start with. > > 2009/11/16 Noble Paul നോബിള്‍ नोब्ळ् : > > For a client the marshal() part is not important.unmarshal() is > > probably all you need > > > > On Sun, Nov 15, 2009 at 12:36 AM, Mauricio Scheffer > > wrote: > >> Original code

Re: javabin in .NET?

2009-11-14 Thread Mauricio Scheffer
is this code ? I can try to help > .. > > On Fri, Nov 13, 2009 at 8:10 PM, Mauricio Scheffer > wrote: > > I meant the standard IO libraries. They are different enough that the > code > > has to be manually ported. There were some automated tools back when > > Micr

Re: javabin in .NET?

2009-11-13 Thread Mauricio Scheffer
cross-platform is another thing though. 2009/11/13 Noble Paul നോബിള്‍ नोब्ळ् > The javabin format does not have many dependencies. it may have 3-4 > classes an that is it. > > On Fri, Nov 13, 2009 at 6:05 PM, Mauricio Scheffer > wrote: > > Nope. It has to be manually port

Re: javabin in .NET?

2009-11-13 Thread Mauricio Scheffer
Nope. It has to be manually ported. Not so much because of the language itself but because of differences in the libraries. 2009/11/13 Noble Paul നോബിള്‍ नोब्ळ् > Is there any tool to directly port java to .Net? then we can etxract > out the client part of the javabin code and convert it. > > O

Re: javabin in .NET?

2009-11-12 Thread Mauricio Scheffer
Try a StAX parser: http://en.wikipedia.org/wiki/StAX > > That should be simpler and much, much faster. > > wunder > > On Nov 12, 2009, at 10:01 AM, Mauricio Scheffer wrote: > > > I use DOM. Honestly, I haven't run any perf tests, it all just runs well > > enough for me.

Re: javabin in .NET?

2009-11-12 Thread Mauricio Scheffer
I use DOM. Honestly, I haven't run any perf tests, it all just runs well enough for me. Then again, my documents and resultsets are typically small (~1KB docs and ~50 docs per resultset). How big are your documents? On Thu, Nov 12, 2009 at 2:40 PM, wojtekpia wrote: > > I was thinking of going t

Re: javabin in .NET?

2009-11-12 Thread Mauricio Scheffer
It's one of my pending issues for SolrNet ( http://code.google.com/p/solrnet/issues/detail?id=71 ) I've looked at the code, it doesn't seem terribly complex to port to C#. It would be kind of cumbersome to test it though. I just didn't implement it yet because I'm getting good enough performance wi

Re: How to get WildCard/prefix in SolrSharp

2009-11-11 Thread Mauricio Scheffer
AFAIK this needs to be set in the config in your case, which is still an open issue: http://issues.apache.org/jira/browse/SOLR-218 On Wed, Nov 11, 2009 at 9:25 AM, theashik wrote: > > In Solrj, there is a method called setAllowLeadingWildcard(true). I need to > call the same method in SolrSharp

Re: "Only one usage of each socket address" error

2009-10-02 Thread Mauricio Scheffer
Did you try this? http://blogs.msdn.com/dgorti/archive/2005/09/18/470766.aspx Also, please post the full exception stack trace. 2009/10/2 Steinar Asbjørnsen > Tried running solr on jetty now, and I still get the same error:(. > > Stein

Re: Conditional deduplication

2009-09-30 Thread Mauricio Scheffer
See http://wiki.apache.org/solr/FieldCollapsing On Wed, Sep 30, 2009 at 4:41 PM, Michael wrote: > If I index a bunch of email documents, is there a way to say"show me all > email documents, but only one per To: email address" > so that if there are a total of 10 distinct To: fields in the corpus

Re: Solr Porting to .Net

2009-09-30 Thread Mauricio Scheffer
50 AM, Antonio Calò wrote: > I guys, thanks for your prompt feedback. > > > So, you are saying that SolrNet is just a wrapper written in C#, that > connnect the Solr (still written in Java that run on the IKVM) ? > > Is my understanding correct? > > Regards > > A

Re: Solr Porting to .Net

2009-09-30 Thread Mauricio Scheffer
SolrNet is only a http client to Solr. I've been experimenting with IKVM but wasn't very successful... There seem to be some issues with class loading, but unfortunately I don't have much time to continue these experiments right now. In case you're interested in continuing this, here's the reposito

Re: SOLR vs SQL

2009-09-02 Thread Mauricio Scheffer
This article explains in-depth why calculating facets is not practical in pure SQL: http://www.kimbly.com/blog/000239.html Cheers, Mauricio On Wed, Sep 2, 2009 at 5:30 AM, gwk wrote: > Fuad Efendi wrote: > >> "No results found for 'surface area 377', displaying all properties." >> - why do we n

Re: Example Solr instance

2009-02-12 Thread Mauricio Scheffer
ff.org. who is maintaining it? > > On Thu, Feb 12, 2009 at 7:57 AM, Mauricio Scheffer > wrote: > > Hi everyone. I'm developing a Solr client for .NET ( > > http://code.google.com/p/solrnet/) and I was wondering if I could use > the > > Solr instance at example.sol

Re: Example Solr instance

2009-02-12 Thread Mauricio Scheffer
re you aware of SolrSharp - a Solr client for .NET? Would it > be better to contribute to SolrSharp instead of creating another .NET > client, or is your client going to be built very differently? > > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >

Example Solr instance

2009-02-11 Thread Mauricio Scheffer
Hi everyone. I'm developing a Solr client for .NET ( http://code.google.com/p/solrnet/) and I was wondering if I could use the Solr instance at example.solrstuff.org (the one used by solrjs) to build an online demo of my library... Of course, this would be just read-only access, no updates. I would