Thanks Geert ! Somewhat you are in the right track to my questions. Over 
my database say some indexing options are already enabled. The same I need 
to redo over the field .Is it not duplicate index size increase?

 Let me correct if I am wrong. Why I am worry about the index size is 
because all the elements belonging to the database field are mazor portion 
of the total content. 

If I consider indexing mechanism , Once the document will ingested 
database level indexing as well as field level indexing will be form. 
Common settings have duplicate space consumption.

Thanks & Regards
Abhishek Srivastav
Systems Engineer
Tata Consultancy Services
Cell:- +91-9883389968
Mailto: abhishek5...@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Outsourcing
____________________________________________



From:
Geert Josten <geert.jos...@daidalos.nl>
To:
General MarkLogic Developer Discussion <general@developer.marklogic.com>
Date:
06/14/2011 01:31 PM
Subject:
Re: [MarkLogic Dev General] Marklogic database fields over large text
Sent by:
general-boun...@developer.marklogic.com



Hi Abishek,
 
As far as I know, when talking about the Word index, the index is what it 
says: an index of words. The element value is tokenized into unique words. 
The search term of word queries likewise. All individual words of the 
search term are searched for in the word index. After that, the results 
are filtered on other criteria. That way the length of the element value 
shouldn?t matter much.
 
When talking about element value queries: that usually concerns an exact 
match. The length of the element value shouldn?t make much difference here 
either. I am not aware of value index length limitations..
 
Kind regards,
Geert
 
Van: general-boun...@developer.marklogic.com [
mailto:general-boun...@developer.marklogic.com] Namens Abhishek53 S
Verzonden: dinsdag 14 juni 2011 9:35
Aan: General MarkLogic Developer Discussion
Onderwerp: [MarkLogic Dev General] Marklogic database fields over large 
text
 

Hi All 

My question is related to the database field. Sample content as follows 

<sample> 
        <title>EST</title> 
        <data> 
                <inner> 
                        <title>ABC.</title> 
                        <text1>Very large text.....Very large 
text.....Very large text.....Very large text.....Very large 
text.....</text1> 
                <inner> 
                <inner> 
                        <title>XYZ.</title> 
                        <text2>Very large text....Very large text.....Very 
large text.....Very large text.....Very large text......</text2> 
                <inner> 
                <inner> 
                        <title>RST</title> 
                        <text3>Very large text....Very large text.....Very 
large text.....Very large text.....Very large text......</text3> 
                <inner> 
        <data> 
</sample> 

I need to perform constrained search over the elements text1,text2, and 
text3 present under data element. 
 If I will select database field approach  and select text1 2 & 3 are 
included elements into database field to write the constrained filed 
query,. Is this a good approach keeping performance in mind if text1 .2 & 
3 have very large text. 



Thanks in advance
Abhishek Srivastav
Systems Engineer
Tata Consultancy Services
Cell:- +91-9883389968
Mailto: abhishek5...@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.        IT Services
                       Business Solutions
                       Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you
_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general


_______________________________________________
General mailing list
General@developer.marklogic.com
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to