RE: How to do facet search in lucene, NOT solr ?

2010-08-30 Thread Allahbaksh Mohammedali Asadullah
Hi, Just check out this project http://code.google.com/p/bobo-browse/ Warm Regards, Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur Road, Bangalore 560 100, India. (Board: +91-80-28520261 | Extn: 53915 | Di

RE: Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-15 Thread Allahbaksh Mohammedali Asadullah
Mohammedali Asadullah wrote: > I think we should put this as one of component in lucene-contrib. +1, this looks like a great contribution! Mike - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional comma

RE: Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-14 Thread Allahbaksh Mohammedali Asadullah
Hi, This is great news and good work. I think I will try this today evening. I think we should put this as one of component in lucene-contrib. What do you say? Committer and owner please comment. Regards, Allahbaksh -Original Message- From: Kerang Lv [mailto:lvkrne...@yahoo.com] S

Tutorial on Lucene on S3

2009-07-31 Thread Allahbaksh Mohammedali Asadullah
Hi, Is there any tutorial on how to store Lucene Index in S3. How do we access the index from S3. Are there any wrapper of amazon S3. The other question is how do I store and access existing lucene index on Google App Engine. Thanks in advance. Warm Regards, Allahbaksh

RE: Multiple Analyzer on Single field

2009-04-07 Thread Allahbaksh Mohammedali Asadullah
I suspect you're thinking more in terms of TokenFilters and/or Tokenizers... Best Erick On Mon, Apr 6, 2009 at 10:52 AM, Allahbaksh Mohammedali Asadullah < allahbaksh_asadul...@infosys.com> wrote: > Hi, > I want to add multiple Analyzer on single field. I want prop

Multiple Analyzer on Single field

2009-04-06 Thread Allahbaksh Mohammedali Asadullah
Hi, I want to add multiple Analyzer on single field. I want properties of KeywordAnalyzer, SimpleAnalyzer, StandardAnalyzer, WhiteSpaceAnalyzer. Is there any easy way to have all analyzer bundled on single field. Regards, Allahbaksh CAUTION - Disclaimer * T

RE: Creating lucene index from databases

2009-03-31 Thread Allahbaksh Mohammedali Asadullah
Hi, You can use LuSQl it is very handy if you already have data in the Database. http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, http://allahbaksh.blogspot.com Starting a startup is hard, but having a 9 to 5 job is hard too

Lucene Index dump into Solr Index folder

2009-03-30 Thread Allahbaksh Mohammedali Asadullah
Hi All, I have a large Lucene Index. I want to dump it inot solr and search. I tried doing this in following way but I was unsuccessful. Can any one let me know what is proper way to do the it. I copied index created by lucene 2.4.1 into apache-solr-1.3.0/example/solr/data/index fol

RE: Integer2String Covnersation

2009-03-11 Thread Allahbaksh Mohammedali Asadullah
Yonik Seeley Sent: Wednesday, March 11, 2009 7:35 PM To: java-user@lucene.apache.org Subject: Re: Integer2String Covnersation On Wed, Mar 11, 2009 at 9:54 AM, Allahbaksh Mohammedali Asadullah wrote: > Hi all, > Can any one explain How function integer2String works. > >  public static in

Integer2String Covnersation

2009-03-11 Thread Allahbaksh Mohammedali Asadullah
Hi all, Can any one explain How function integer2String works. public static int int2sortableStr(int val, char[] out, int offset) { val += Integer.MIN_VALUE; out[offset++] = (char)(val >>> 24); out[offset++] = (char)((val >>> 12) & 0x0fff); out[offset++] = (char)(val & 0x0ff

RE: Lucene 2.9

2009-03-09 Thread Allahbaksh Mohammedali Asadullah
ink. I am using Lucene for long time and love to see this kind of stuff. Though Minin provided this I am not really happy with performance nor the GPL and probably it is love toward using things from Apache Foundation (Tomcat, Lucene, Common, HTTPD etc) . Regards, Allahbaksh Mohammedali Asadullah

RE: Lucene 2.9

2009-03-09 Thread Allahbaksh Mohammedali Asadullah
Hi, I was not aware of TrieRangeQuery but whether syntax for numberical query will change. For example I want to search amount >= 15 rather than doing it amount:[ 15] or something? Is there any open source queryparser which converts something like amount >=15 into lucene number format query.

Lucene 2.9

2009-03-09 Thread Allahbaksh Mohammedali Asadullah
Search library but I think Minion will catch up unless and until we make Lucene powerful to have pluggable query engine etc. Lucene has strong user groups and also great tutorial. And best part is it is released in ASL. Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering

Optimum way to find all document without particular field

2009-03-03 Thread Allahbaksh Mohammedali Asadullah
Hi, What is the optimum way in which I can find all the document which has particular field in it. Example I want to find all the document in which the field text is not null. Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technol

RE: Analyzer

2008-11-26 Thread Allahbaksh Mohammedali Asadullah
f document yourself, extract the text into a string (or some such) then feed that into your document. Best Erick On Tue, Nov 25, 2008 at 10:40 AM, Allahbaksh Mohammedali Asadullah < [EMAIL PROTECTED]> wrote: > HI All, > I am indexing a set file type (html, js,jsp,xml etc). All the file

Analyzer

2008-11-25 Thread Allahbaksh Mohammedali Asadullah
Allahbaksh Mohammedali Asadullah http://allahbaksh.blogspot.com<http://allahbaksh.blogspot.com/> CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the in

RE: lucene search options

2008-06-23 Thread Allahbaksh Mohammedali Asadullah
Hi Aditi, Sorry for typo. You cannot edit it alone. Warm Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur Road, Bangalore 560 100, India. *Board: +91-80-28520261 | Extn: 53915 | Direct: 41173915.

RE: lucene search options

2008-06-23 Thread Allahbaksh Mohammedali Asadullah
Yes Aditi You can use it alone. Warm regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur Road, Bangalore 560 100, India. *Board: +91-80-28520261 | Extn: 53915 | Direct: 41173915. Fax: +91-80-2852

RE: lucene search options

2008-06-23 Thread Allahbaksh Mohammedali Asadullah
Hi Aditi, You can search using NOT operator. You can go through below link for Query details http://lucene.apache.org/java/docs/queryparsersyntax.html Warm Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics

RE: lucene search options

2008-06-22 Thread Allahbaksh Mohammedali Asadullah
Hi Daniel, You are right earlier the wild card character were not supported but now they are supported. Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur Road, Bangalore 560 100, India. *Board:

RE: lucene search options

2008-06-22 Thread Allahbaksh Mohammedali Asadullah
Usually if you negate the keyword then that document will be skipped. So what else you want to search. Design of fields is very important. Warm Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur

RE: lucene search options

2008-06-22 Thread Allahbaksh Mohammedali Asadullah
One way of doing it is while parsing email if it has .gmail.com add it to different field also. Warm Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur Road, Bangalore 560 100, India. *Board: +9

RE: Boost value corrupted "read eof exception"

2008-02-15 Thread Allahbaksh Mohammedali Asadullah
om a search. this is not something that will ever work, please read the javadocs for getBoost(). ...if i am wrong about my interpretation of either of these issues, please ignore me and clarify the issues. : Allahbaksh Mohammedali Asadullah <[EMAIL PROTECTED]> wrote: : > : > Hi, : >

RE: Boost value corrupted "read eof exception"

2008-02-15 Thread Allahbaksh Mohammedali Asadullah
any exception. Tested on Linux & Windows XP. Mike Allahbaksh Mohammedali Asadullah wrote: > > Hi, > I am using lucene 2.3. The exception is properly handled when I run > the program by lucene but when I debug it it hit the exception at > addDocuement. > Regards, > Allahba

Boost value corrupted "read eof exception"

2008-02-15 Thread Allahbaksh Mohammedali Asadullah
onstructed using a Reader. Lucene can read // and index very large chunks of text, without storing the // entire content verbatim in the index. In this example we // can just wrap the content string in a StringReader. temp =(float)Math.random(); Field f

Boost value corrupted "read eof exception"

2008-02-15 Thread Allahbaksh Mohammedali Asadullah
Hi, I am getting read past eof exception when I am adding Document. The things works fine but while I read the Boost value I get it as default value i.e 1.0. I tried using RAMDirectory then also I am getting the same error. Can someone throw some light on this. Warm Regards, Allahbaksh **

RE: Getting Payload from Hits

2008-02-11 Thread Allahbaksh Mohammedali Asadullah
you store in the payloads, and how do you plan to use this information once you have retreived it? karl 11 feb 2008 kl. 16.51 skrev Allahbaksh Mohammedali Asadullah: > > Hi, > Thanks for the reply. But is there any way that from the search > result I can get Payload. > > See

RE: Getting Payload from Hits

2008-02-11 Thread Allahbaksh Mohammedali Asadullah
:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 8:52 PM To: java-user@lucene.apache.org Subject: Re: Getting Payload from Hits 11 feb 2008 kl. 14.46 skrev Allahbaksh Mohammedali Asadullah: > d.add(new Field("f1", "This field has no payloads", Field.Store.NO, > Field.

Getting Payload from Hits

2008-02-11 Thread Allahbaksh Mohammedali Asadullah
Hi, I have saved payload in my index. When the user types the query I get HIT document. From HIT document how I can get the value of Payload for particular tree. For example _analyzer = new PayloadAnalyzer(); _writer = new IndexWriter(new File("d:/test1"), _analyz

Payload basic query

2008-02-06 Thread Allahbaksh Mohammedali Asadullah
Hi All, I want to store information in Payload. How do I write Payload value to Index. How to I sort value depending upon the Payload? I could not find any method in Document class which takes Payload as argument. Regards, Allahbaksh CAUTION - Disclaimer * T

RE: Lucene

2008-02-04 Thread Allahbaksh Mohammedali Asadullah
don't understand what you're trying to do with "match extent". Perhaps a bit more explanation of the problem you're trying to solve would get you more helpful answers ... Best Erick On Feb 4, 2008 9:34 AM, Allahbaksh Mohammedali Asadullah < [EMAIL PROTECTED]>

Lucene

2008-02-04 Thread Allahbaksh Mohammedali Asadullah
. Regards, Allahbaksh Allahbaksh Mohammedali Asadullah, Software Engineering & Technology Labs, Infosys Technolgies Limited, Electronics City, Hosur Road, Bangalore 560 100, India. *Board: +91-80-28520261 | Extn: 53915 | Direct: 41173915. Fax: +91-80-28520362 | Mobile: +91-9845505322. [cid:imag