i want to add contents in a space (using java) that it can't be indexed so when i search for it with lucene i don't get it as a result is there any solution ?
To control indexing on individual content, You can add cm:indexControl aspect and set it property cm:isIndexed to false so this content wont be indexed at all.