Problem with indexes, really stuck! Help!!

Hi,
I am having a slight problem and don't know how to fix it.
I have a string with a list of numbers, eg
strA = "910111213...." and so on up to 22
I have a method that checks whether there is a word between the numbers and returns a string with the numbers separated by commas which works like this:
---- The first number 9 is passed to the method
---- It searches for the index of 9 in the string
---- Then gets the length of 9
-----The index of 9 is then added to the length to give the "equivalent" index of the next number in the string
----- Then the method gets the index of "9 + 1" i.e. the index of 10
---- A comparison is made between the the two indexes and if they are not equal, it means that there is a word between them
However here is where the problem is. If there is no word between the numbers I expect the method to return a string containing the numbers separated by commas i.e. 9,10,11, 12, 13 etc... However, the string that is returned does not contain the number 21 and this is my thinking of why;
since 21 actually occurs when transitioning from 12 to 13 .. i.e. "1213", as it would not return the correct index, since it would return an index of "6", instead of "23", so the method meets a stumbling block and is not sure of how to proceed, so does not return 21 in the string, so this is how I went about trying to solve that:
//originally i grab the indexes like this
String strA = "910111213141516171819202122"
int number ;  // number passed to the method
int nIndex = strA.indexOf(String.valueOf(number)); // get the index of the number in the string
// find next index using the previous index as the starting point
int nextIndex = strA.indexOf(String.valueOf(number + 1), nIndex);
// ideally I would think this would give me the result I expect that is
String rtnStrA = "9,10,11,12,13,14,15,16,17,18,19,20,21"  // method excludes the last as I don't need that one
// However, this is what I got
rtnStrA = "9,10,11,12,13,14,15,16,17,18,19,20"
// Here is where my hopeful solution begins. I first decided to make a special condition if "number = 21"
if(number == 21)
     int nextIndex = strA.lastIndexOf(String.valueOf(number + 1), nIndex); // hopefully this would return correct index of 23
// the returned string still did not include 21, so i next decided to add the difference 17 to the index, since due to "1213" it
was returning an index of "6".
// in the above if, I then add 17
nextIndex += 17;
// However still did not return the string with 21At this point I really do not know what else to do to get the returned string to include 21
Any help will be much appreciated....
Thanks

About the concept of mutable integer, I would be interested in learning more about utilising that concept and I would appreciate some insight from you.Having no pass by reference in Java, I was tempted to write one a couple of times, simple versions would be
class MutableInteger{
public int value;
}or just passing an int array of size 1.
Although I wished for it, I always came up with different solutions without the need for one, which I think are cleaner. Wrapping the method in a class so the integer can be a field variable would be one solution, many other times one can get rid of it by rethinking the logic.
The only times I do use arrays of size 1 is if I have to wrap a computation in a Runnable and need a result of that e.g. for returning. But this stems more from the problem that it needs to be final and mutable the same time.
int method() {
    final int[] returnValue = new int[] {0};
    someObject.syncExec(new Runnable(){
         public void run() {
              returnValue[0] = 10;
    return returnValue[0];
}In your case, you could make a class out of your method like
class NumberString {
     private final String numberString;
     private final int startNumber;
     private final int endNumber;
     private int currentIndex = 0; // it's now become a field variable, no need to pass it
     public NumberString(String numberString, int startNumber, int endNumber)
          this.numberString = numberString;
          this.startNumber = startNumber;
          this.endNumber= endNumber;
     public boolean hasNextNumber() {
          // are we finished?
     public boolean isNextNumberEmpty() {
          // your computation goes here
}So the state of your method is wrapped in an object rather than passing it every time (which looks more like a C construct):
public boolean emptyNumberString(int number, MutableInteger currentIndex)Although this is now more a statement against passing mutable integers, I hope you see my point and you can draw something useful out of it.

Similar Messages

  • Problem with index.html.  Help!

    I am having a problem with the index.html. In iWeb my site looks perfect. When I publish it to a folder and then open the index certain media is missing but just on one page.
    I have tried deleting the published site from the folder and re-publishing but nothing seems to work. Same result...
    Even more interesting, I uploaded the site almost a month ago and everything was fine until I noticed last week that my pics on one page had been completely erased. What could cause the change? I didn't upload a new version of the site.

    Even more interesting, I uploaded the site almost a month ago and everything was fine until I noticed last week that my pics on one page had been completely erased.
    Please provide your url so we can see what is happening.
    The index.html file plays no role in what you are describing.

  • Pages '09 problem with index

    Hi all,
    So this is my problem, i'm editing ePub to publish in the Apple iBooks Store, and do them with Pages, but i've big problems with index
    i'm using personal styles (as i change chapter colors, font size)
    in "old Pages" i could not do index as it was telling me i was not using none of the style in index (even with my proper styles markeds, now when i create index in the style box my styles doesn't show soo it can't create index)
    In Pages '09, i have no problem to create index, the problem is when i export to ePub it does not show it
    or when it was shoing it, in the normal index, i could also see it in the book as a normal page, and i want it only in the normal ebook index.
    any suggestions?
    thanks for your help
    (if answer can be from Spanish person in Spanish, beter, than beter, but English or french answer welcome too )
    have nice .... what ever it is for you.

    more or less i got it (after trying, and trying)...
    i used the template from apple: http://images.apple.com/support/pages/docs/ePub_Best_Practices_EN.zip
    then i make my peronal style using the color i whant for chapter title... this is ok
    but still hane the enoying  index as normal page....(pic 1) only what pic 2
    if i find a solution, will post it, if you find it, and also how to change the color of the index text (it is supposed to be change to black...)
    I'll apreciate the help.
    thanks again, and have nice day

  • Problem with index in merged projects

    Dear Sir,
    I have a problem with index in the master project, I can only
    view the master project index keywords under the index tab. My
    master project contains 2 topics besides the other sub projects. I
    have created index for all sub projects indvidually and at the end
    I created the master project index.
    I made sure that the 'Binary Index' flag is ticked before
    compilation and stil the problem is on, do somebody know what could
    be the problem.

    Hi,
    Two points here.
    Firstly, you can duplicate SSL's. (Right click on an SSL in
    the projects sub-directory and select the duplicate layout option.
    This will give you a copy of the original SSL).
    I tend to have two SSL's - one is local and I use that every
    time I test compile the project when I'm working on it.
    The other is set to output to the master project. I use that
    once I'm happy with the sub-project and start working with the
    master project.
    Second point is to be aware of how RoboHelp treats the
    imported/merged .chm files from the sub projects.
    It imports them into the main project master directory - then
    when the master project is compiled it puts a copy of them into the
    master project SSL. However, if you re-compile it doesn't overwrite
    the files that are already in the master project SSL directory.
    This is why you have to be aware of where the sub project
    .chm files are going - you need to make sure that if you revise the
    sub projects, a fresh copy of the .chm files ends up in the output
    SSL directory of the master project.

  • Encore CS4 (version 4.0.0.258) will not finish burning to blu-ray disc when using a menu template.  DVD burning works fine.  Anyone know the problem with blu-ray?  HELP!

    Encore CS4 (version 4.0.0.258) will not finish burning to blu-ray disc when using a menu template.   DVD burning works fine with menu template.  Anyone know the problem with blu-ray?  HELP!

    For CS4 you must update the Roxio component, especially with Win8
    http://forums.adobe.com/thread/1309029 http://docs.roxio.com/patches/pxengine4_18_16a.zip
    http://corel.force.com/roxio/articles/en_US/Master_Article/000012592-PX-Engine-Description -and-Download

  • Problem with "Package Spec" please help.

    Hello once again.
    I'm developing a master-detail form, so I'm using a "Package Spec" variable to hold the primary key value from the master form. The primary key value for the master is generated by a sequence.
    Here's the package spec:
    PACKAGE primary_keygen IS
    pkey varchar2(15); 
    END;Now the master table has the following "Before Insert" Trigger .
    CREATE OR REPLACE TRIGGER MASTER_NUM_GEN
    BEFORE INSERT
    ON MASTER
    FOR EACH ROW
    DECLARE
    primary_key_value varchar2(15);
    BEGIN
    select lpad(to_char(ref_gen.nextval), 4,'0')
    into primary_key_value from dual;
    primary_keygen.pkey:='ABC/'||primary_key_value;
    :new.Ref_Number:=primary_keygen.pkey;
    END;For the detail block. I have the following "Before Insert Trigger" to generate the primary key values.
    CREATE OR REPLACE TRIGGER DET1_NUM_GEN
    BEFORE INSERT
    ON DETAIL1
    FOR EACH ROW
    BEGIN
    if :new.M_ref_number is NULL THEN
    :new.M_ref_number:=primary_keygen.pkey;
    ENd if;
    END;Works quite fine if I have only one detail block. But if I have multiple detail blocks. Depending on the user's selection. i.e. After entering data into the master block, the user selects a detail block ('Letter type'- using stacked canvases for this purpose and radio buttons for selecting the view) and then Inserts data into it. here's what I do in the Detail block2.
    CREATE OR REPLACE TRIGGER OREF_NUM_GEN
    BEFORE INSERT
    ON DETAIL2
    FOR EACH ROW
    BEGIN
    if :new.O_ref_number is NULL THEN
    :new.O_ref_number:=pkey_gen.master_key;
    ENd if;
    END;Now the problem is that When I enter one record into detail1, works fine, but for the second time, when I try to insert another record. the master table gets a new reference number (primary key value) while the detail block gets the previous value that was used in the first record!, so that means 'pkey_gen.master_key' is holding the old value, while in my opinion it should hold the new value, I dont know whats wrong here. If I try to insert two consecutive records into the same detail table, I get an error saying "Unique Constraint voilated", becuase the variable is holding the old values.
    And lastly after it inserts the record into the database, I get a dialog box saying, "successfuly inserted 2 records into the database" and when I click ok, the Form closes by itself, any ideas on how to stop this?
    I'm really stuck here. Please help me out on this.
    Thanks.
    Note: I'm using Form6i with Database 10g.
    Message was edited by:
    fahimkhan82

    Hi,
    Maybe the best way to start is to try building a new form from scratch. For simplicity I will assume that you have one master and one detail table. Master table has a primary key and the detail table has a foreign key to the master. Based on this, with the forms you can create a database block based on your master table. Use the wizard. Again using the wizard, create a second block based on the detail table. You'll see a screen to prompt to create a relationship. Create one by selecting the master table and the right foreign key relation. Now take a close look to all triggers automatically created by the form. Also check the "Relations" object found in you master block object tree. Note that the foreight key column in the detail table has the "Copy Value From Item" property set to monitor the master block's primary key.
    This is the basic. You don't need the database triggers, except (in case you want to insert through, say, SLQPlus) the one for the master table, which will look like this:
    CREATE OR REPLACE TRIGGER MASTER_NUM_GEN
    BEFORE INSERT
    ON MASTER
    FOR EACH ROW
    BEGIN
    IF :new.ref_number IS NULL THEN
    select 'ABC/'||pad(to_char(ref_gen.nextval), 4,'0')
    into :new.ref_number
    from dual;
    END IF;
    END;
    Now you have to take care about the inserts in your form. Create PRE-INSERT trigger on the master block.
    IF :master.ref_number IS NULL THEN
    SELECT 'ABC/'||pad(to_char(ref_gen.NEXTVAL), 4,'0')
    INTO :master.ref_number
    FROM dual;
    END IF;
    Run the form and explore different situations to see how the form is keeping the data integrity.
    Compile with Shift+K (incremental). Sometimes forms blow just because not all of the trigers were compiled properly.
    Hope this helps...

  • Problem with index of numbers in BSP Front end

    Hello All,
    I am facing the below problem. Request your help.
    Scenario: When I am trying to add the projects in the Front end , I am facing the problem with the index of numbering of the projects.
    Example: If I am adding 6 projects ( at the max only 4 on each page i-e there are 2 pages ), then the index is wrongly numbered and the arrow (for direction of the pages) are wrongly displayed. The direction of the arrow is pointed to the next page rather pointing to the previous page and the index of numbering of the pages is wrong.
    Request you to please suggest if this is any code fault in the table maintainance activity in the backend (BSP).

    Hi Irina,
    If you mean the number range is skipping 10 numbers in between runs then its because of the buffering in the number range.
    To avoid the buffer influencing the number range, pass
    'X' to the function module parameter: IGNORE_BUFFER.
    This should resolve the problem.
    Cheers,
    Aditya

  • Bought a 2nd hand iphone4. On the screen it shows "Connect to itunes" after connecting it shows in my itunes "There is a problem with your iphone" Pls help me what to do next? Thanks

    Hi. I would really appreciate if someone could help me find a way to solve my problem. I bought a second hand iphone4 from my friend's friend. I fully trust my friend coz she said this iphone is working but it was handed to her lowbat so i get home i recharge it immediately and after charging it, i open and it shows to select language and country and i did select. After this it shows on the screen "Connect to itunes". Then i plug it in to my laptop and connect to itunes. It shows in my itunes " There is a problem with your iphone". Please visit the Service Answer Center to find answers to all your questions etc. To find your nearest Apple Store pls click here. I know i was so stupid to fully trust and paid before i check the phone. Can anybody pls help me with my problem.

    It's probably broken. Is there an error number displayed by iTunes?

  • A few new problems with my G5. Please help!

    Ok I have fixed my graphics card dilemma however the monitor still occasionally plays up (maybe the card is cooked somewhere but still works).
    1. I have a problem that I really want to fix and it's about the Bluetooth on the Mac. I don't have a Bluetooth card but what I am using is a HP USB Bluetooth stick. I can send files to my mobile easily from the computer, but when it comes to sending things back onto my Mac from the mobile, it doesn't respond. When I send an item from the mobile, a window appears on the Mac saying "incoming file transfer" and it just idles at 'Calculating time & status'. How do I go about fixing this?
    2. Another thing, I cannot access certain sites I visit because of Rosetta. I have no clue on how to turn Rosetta off for Safari or Firefox. I tried Apple+I on the application it self and looked for any boxes that were ticked from previous advice. But I cannot find a box that says to turn off Rosetta.
    • My computer is a G5
    • Power PC
    • Leopard 10.5.5
    3. One more Problem I wish to deal with once and for all.
    I have a video capture device called a Canopus ADVC-100. I use it to capture videos from VCR, etc. I also want to get it hooked up to my gaming console and record gameplay to post on the internet. The problem is, when I open up Final Cut PRO or Empia Capture, the screen just flickers. When I turn my console settings to Pal-50, it works perfectly. But the problem is that some games only work on Pal-60. Is there a way to solve this problem and make Pal-60 work on my Mac?
    If you can give out help to any of these problems please number your answers accordingly so I know what your talking about.
    Thanks,
    Sev

    Hi Seva,
    1. Are you using the powered USB port in front of the Mac tower, or the port on the keyboard?
    2. In Safari/Help/Installed plug-ins you should find: Shockwave for Director
    Macromedia Shockwave for Director Netscape plug-in, version 10.1.1 — from file “NP-PPC-Dir-Shockwave”. Your plug-ins are found in Library/Internet Plug-ins/NP-PPC-Dir-Shockwave, nsIQTScriptablePlugin.xpt, Flash Player.plugin, flashplayer.xpt along with others. If these plug-ins are not there, web browser are unable to find them.
    Because you have upgraded from a previous version OS, you will have to locate them and move them manually. Look in Users/yourname/Library/Internet Plug-ins.
    3. What display do you have? I have mine set to 96 Hertz.
    Regards

  • Airport Express problem with iMac G5 iSight - help needed!

    I bought an Airport Express (AX) last week, upgraded my OS to Leopard and installed Airport Utility fine. I could join my existing wireless network and everything worked fine for streaming itunes through my stereo. But this week Airport Utility has stopped being able to find the AX and I can't work out why - really need some help! Its in the same place as last week, close to the computer, and I tried another location right next to the Imac but didn't work. When I restore factory settings Airport Utility does recognise the device, and allows me to update settings for wirelessly connecting to my existing wireless network, so the light on the AX is solid green. But then AU again says it cannot find any AX wireless device. Can anyone tell me what I'm doing wrong???

    Hi I'm still battling with this - have connected the AX to my Imac via ethernet and it shows up fine in Airport Utility. Status light is green and it says its set up to connect to my existing wireless network using wireless connection. Security in Network Preferences is the same for both: WPA2 Personal.
    So I don't think there's a problem with the AX, and my current wireless network (BT Home Hub) is working fine.
    And when I restore factory settings Airport Utility can see the AX before updating settings so the wireless side of AX must work too.
    I'm figuring it must be something about the settings that mean AU can't see it anymore. But I can't work out what, since security is the same.
    Any ideas would be great!

  • Weird install problem with OS X, please help!

    I've been upgrading a friend powerbook firewire 400Mhz G3, we installed 1GB of memory and put in an 80GB HD. I partioned so that OSX can be on the first 8GB, put 9.1 on the second parition of 7GB, upgraded the firmware, and i think i have tried just about everything i could find here on the discussion board.
    I have several versions of X including the first version, panther (retail), and tiger (borrowed, on DVD). tiger and the original version get as far as installing, then go into kernal panic (you must restart right now.....etc). 10.2 just gts to the apple screen then a white jagged bar pops up.
    i'm at a loss. i really don't know what i try to make this better, any help is greatly appriciated!!!!
    oh, and the memory seemed fine when her original 6GB drive was in there, which had tiger installed.
    j

    jhw1,
    I will just run by you some potential causes for your problem and hope that one hits the target.
    - I will ask, out of curiosity, why you are making an 8GB partition for OSX? This limitation applies only to the older Wallstreet powerbook. There is no need to partition the HD unless you have a specific reason.
    - Since the HD is new, and you still want to run Classic and also boot 9.x, make sure you install the MacOS 9 HD driver, an option in OSX's Disk Utility when erasing an HD, or go ahead and install OS 9.x first...this will automatically install the OS9 HD driver. If you install OSX first on a clean HD without installing the OS9 HD driver, MacOS 9 will run fine in Classic under 10.x but 9.x will no longer boot.
    http://docs.info.apple.com/article.html?artnum=107285
    - The Pismo has a history of failing DVD-ROM drives and usually the CD-side starts acting up first. If you have access to another Pismo or Lombard, swap drives and try the install. If you have access to a FireWire CD-RW, you can also boot OSX CDs using it.
    - Reset the PRAM if you have not done so.
    - You may have dirty or bad CDs; carefully clean or try others.
    - You mentioned the 'book ran fine with 1GB of RAM and running Tiger on a 6GB HD, but probably the 1GB was installed after Tiger was on the HD. There is the remote possibility that the RAM is problematic when running the installers. A Wallstreet, for example, often has problems installing with 512MB, but if one 256MB module is removed, the install goes fine, then the RAM is reinstalled.
    If this were my 'book, I would try this:
    1. Disconnect all peripherals and reset the PRAM.
    2. Boot to the 9.x CD > use Drive Setup to repartition the HD (if you wish) > install 9.x to make sure the HD, RAM, etc, are good-to-go.
    3. Boot to your OSX CD and see how the install proceeds. If it fails, it may be a problem with the optical drive and/or CDs. Try the options I mentioned earlier.
    4. If you wish, remove the top memory module and try the install again. If successful, reinstall the module.
    5. If there is no workaround for the optical drive, you might try installing via FireWire Target Disk Mode. The 'target' will be the Pismo's HD on the desktop of the 'host' computer and you will boot the host computer to the OSX CD and select the Pismo's HD as the destination.
    http://docs.info.apple.com/article.html?artnum=58583

  • Video card or driver problems with an N200, please help!

    I have a lenovo 3000 N200, it is really cool, runs even games quite well, including newer ones.
    But, is it normal to for the display driver program to freeze out in Warcraft 3? It always does that, when accessing the list of maps in the game and after 3-5 mins during an actual game. It sets the resolution down to 640X480 (from 1280X800) and in 16 color. I have to reset it in order to make it work. Also it does the same in Spore - though after having the driver written for Spore installed, ( which I downloaded from lenovo's site ) I haven't encountered that problem so far. Also Second Life shuts down - thankfully it does not freeze the drivers. I understand that the model I have is not meant for gaming but if it can run Warhammer 40k: Soulstorm at meduim graphic settings (on widescreen) without a lagg I can't understand why it wouldn't be able to handle warcraft 3 - that even an ATi m200 express can handle. I mean an X3100 from Intel must be far more powerful. (Said ATi card laggs with older games like Unreal Tournament)
    I have the latest driver - official - and a Win Xp pro Sp2. I always keep my system up to date - save for opsys but so far driver did not need sp3 - and virus clean.
    Please help me? 
    Solved!
    Go to Solution.

    Well, Unreal Tournament 2004 runs flawlessly on max graphics - though simple Unreal Tournament laggs like hell with all possible settings - also, as I said Dawn Of War and it's expansions run well on med graphics. The Suffering Ties That Bind runs also good on highest settings - though there is a bit of degradation compared to my tabletop pc's performance. Disciples 2 ran - of course - well, there were some texture problems with it but Heroes 5 ran quite well even on higher settings (as I mentioned it sometimes blunted down the textures but not always and it ran without a lagg). Alien Versus Predator 2 ran on max graphics, and there was no trouble, save for the aliens' special vision (that white thing that looks as if inverted colors) didn't work - aka was only a black screen - and that the crosshair of the smartgun was only a blank red/green block on the middle of the screen.Oh, and Command & Conquer: Generals Zero Hour works on highest settings without a lagg, along with Quake 3, and Jedi knight : Academy. It even runs Perfect World on high settings and only laggs in bigger towns - but that also might be because of the tremendous bandwidth usage that occurs. Even Red Alert 3 was able to run, but I would only advise that for RA fanatics, on low settings it was playable. Also, C & C: Tiberium Wars runs better than RA 3 , if you like that it is quite playable and worth a try. As you can see I have put it to it's limits to see what it can endure. Unreal Tournament 3 ran, though was gruesomely degraded and then it gave me the blue screen of death; so I quickly uninstalled that. Other than the forementioned program I had no real problems with the card, but the existing problems are a pain in the ... well we all know how bothering it can be when one is unable to play his/her favourite game (that should really run flawlessly).
     Doesn't vista eat up too much of the system resources? A friend of mine was complaining about his n200 that vista is too slow on it and it eats up too much processor/memory.
    Also, still no new on videocard front... Asked around if anyone knows, but I am guessing that maybe even Blizzard - referring to my Warcraft problem - shows more compassion to their forums and users than Lenovo, so I'll ask around there too. 

  • Serious problems with El7/8: please help!

    Hello all,
    I really hope someone can help me-I've had no luck whatsoever with the customer support team.
    I have been using El 3 very successfully for a couple of years. I recently upgraded to El 7 in order to be able to edit HD video and SD video together.  The software works fine, however if I come to move multiple clips at once along the timeline, I get the black circle with a line through, and a small white box. This means I cannot move multiple clips. For me, this makes the product unusable.
    I downloaded the trial for El8 and was please that this bug was not present. I have since ordered El 8 and installed it (a fresh install ith El 7 gone), however I have discovered that with this I cannot play any video in the monitor window! Again, this renderes the produce useless. I now have two pieces of software that are unusable, and I am receiving no help whatsoever from technical support. Please, can anyone assist?
    James

    James
    First thing to try...with Premiere Elements 8, Edit Menu/Preferences/General and uncheck "Enable GPU Playback". If that does not help, then check out the AdobeTech Note:
    http://kb2.adobe.com/cps/515/cpsid_51526.html
    Now, in the case of Premiere Elements 7, could you please go into detail about how you are "moving multiple clips along the Timeline"? Are you working on one track or mutiple tracks? How are you grouping these clips prior to the move? Where are you moving them to and from? Etc.
    ATR
    Hi there,
    Thanks for your help. The GPU settings was the first thing I tried-to no avail. Alas, no such luck either with theTechNote.
    RE: el 7, I have been filming several scenes for a short film with the drama group I work with. Due to outside circumstances I have been editing back to front (so the last scene is currently at the beginning of the timeline etc.) What I am trying to do is select the clips and shift them to the correct sequential order on the timeline. I have tried highlighting all of them and clicking group, and simply tried dragging them as one big highlighted block. The clips are on seperate tracks, but I have never had any such problems with El 3 which I have used extensively in the past.
    What is of particular interest, is that if I select sauy 6 tracks there's not a problem, it's when i select ALOT of tracks I run into difficulty.
    I have also tried updating the graphics drivers recently for my GTX 285, which seemed to solve the problem on EL 8, only for it to then go back to what it was doing?!?
    Any help would be appreciated

  • Problems with Indexing and Classification

    hi KM Gurus,
    We faced some problems in Indexing and Taxonomies for which I would like to know the solution/reason.
    (1) We tried providing query based classification in which the query condition which is based on the "Content" alone worked for us. Whenever we tried specifying conditions based on "file extension" or "title", it didn't work out. Did that work for anybody else?
    (2) Also we are not able to get any proper info about the various options that are available while creating a query based classification. For example, there are two options like "title" and "string title". But we donno the difference b/n the two. If it works out we can find the difference. But it is not working too. So we are not able to find the difference between the two.
    (3) And I tried setting the crawler parameter of my own instead of the standard crawler. But the index was found to be inactive when i set that to my crawler and it worked fine with the standard crawler. I am not able to make it active. Any clues behind this?
    Expect all your guidance and help.
    best regds,
    alagammai.

    Hi Alagammai,
    concerning issues (1) and (2).
    Normally the mentioned properties are displayed as 'Name' and 'Namme as String'.
    These two properties are(in most cases) the title of the document.
    One is indexed  in 'Text' format. The other one in 'String' format. That results into different opportunities within the query based classification.
    'Displayname as String' can be used to sort documents alphabetically: A, B, ... into categories.
    'Displayname' allows you to do a linguistic scan on document titles.
    To separate file types I would use the property MIME-Type.
    But you may try to define a query *.doc for the property 'Name as String'.
    Regards Matthias

  • Just got a iMac love it but have had problem with iTunes gets stuck at m with syncing its stuck at "waiting to copy" any ideas

    Just got imac love it but have an issue with itunes gets stuck "waiting to copy" do I really need to return phone to orginal setting?

    Remove the song in question from the sync list and see if the rectifies the problem.
    If it does, then iTunes believes the song no longer exists on your drive and that will need to be corrected.

Maybe you are looking for

  • How can I whitelist someone on my iCloud account?

    I enrolled in a subscription service where I was supposed to receive two different welcome emails neither of which showed up in my inbox or junk mail folder.

  • Only able to view some PDFs on black berry

    I able to view pdf files that are created with the info in the PDF tab under Properties thats states: PDF Producer: Acrobat Distiller 8.1.0 (Macintosh) PDF version: 1.4 I receive a PDF with this Info and it does not work: PDF Producer: Adobe PDF libr

  • How to keep Finder's Icon View messy and disorganised (in a good way)

    Hi everyone. I'm doing creative musical work on my Mac, and the way I've been working on ideas is by placing .aif files and other folders in loosely organised clumps on the desktop (it's got a bit of a mindmapping vibe to it, I've included an example

  • AddAppUser can't associate more than 2 groups

    Has anyone experienced this with this new AXL API on CUCM 7.0? When trying to associate more than 2 groups with an application user, AXL responds with: Could not insert new row - duplicate value in a UNIQUE INDEX column the original request is: <axl:

  • Macbook Pro will not shut down, again

    Man, this is gettting to be a real pain, I had this problem when I got this MacBook, and thought I had fixed it with a new software install. We it did not work, most of the time I have to use the on/off button to shut my laptop down. I never had this