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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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.
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
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
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:
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
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
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,
: >
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
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
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
**
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
:[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.
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
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
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]>
.
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
32 matches
Mail list logo